Library for processing meta-information written in using-directives syntax.
Run:
./gradlew jacocoTestReport
Then, the coverage report will appear in the output directory, inside the
coverage_report
directory.
The project currently needs JAVA_HOME to be set to JDK 11. After that you can build the project with:
./gradlew build
Run tests with:
./gradlew test
Apply formatting fixes with:
./gradlew :spotlessApply