Hack space for release testing
Current version: 0.18.8
./gradlew format
will format the code using Spotless../gradlew static
will run static code analysis, i.e. Spotbugs and Checkstyle../gradlew check
will run all checks and tests../gradlew coverage
will generate a cross-module Jacoco coverage report.