To build the library sources, please follow these steps:
-
Clone the code from Git.
-
Build the library sources and publish it locally, run the following Gradle command:
windows
./gradlew.bat publishToMavenLocal
Mac / Linux
./gradlew publishToMavenLocal
To test the library sources, please follow these steps:
windows
./gradlew.bat clean check
Mac / Linux
./gradlew clean check