This is a Gradle-project using the Gradle Wrapper. Hence, you can use the usual Gradle tasks.
- Run tests and code checks:
./gradlew check
- Analyze code with sonarcloud.io:
./gradlew sonarqube
- Package the library as jar:
./gradlew assemble
- Package the sources-jar:
./gradlew sourcesJar
- Generate JavaDoc and package as jar:
./gradlew javadocJar