A repository template for basic JDK based applications
To compile and test
gradle all
To execute the resulting executable jar file:
gradle ./build/libs/sagneta.jar
To run unit tests only:
gradle test
All log files within the ./logs directory for unit tests and jar executions. The HTML results file located at ./build/reports/tests/index.html