Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 555 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 555 Bytes

Using directives

Library for processing meta-information written in using-directives syntax.

Generating code coverage report

Run:

./gradlew jacocoTestReport

Then, the coverage report will appear in the output directory, inside the coverage_report directory.

Building the project

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