An application template
- Application begins at:
- Class: com.example.Application
- Method:
public void run(String... args)
- Unit Tests are located at: src/test/java/com/example
Can be edited in the gradle.properties file
- Group Name: com.example
- Project Name: application-template
./gradlew fullBuild
- Artifact Output:
build/libs/application-template.jar - Unit Tests Report:
build/reports/tests/index.html - Code Coverage Report (Clover):
build/reports/clover/html/index.html - Code Quality Report (PMD):
build/reports/pmd/main.html - Bug Report (SpotBugs):
build/reports/spotbugs/spotbugs.html