To build, test and generate reports (test and coverage) run: ./gradlew check jacoco Test and coverage reports are contained under build/reports/tests and build/jacoco/ respectively. To run the application: ./gradlew -q run