Gradle + Java
- Code formatting using spotless plugin
- Test coverage using Jacoco
- Junit 5 for tests
- Centralized dependency management
This is a cookiecutter template, follow the instructions here to install it.
cookiecutter gh:jonhkr/gradle-java-template
.
|____README.md
|____gradle
| |____wrapper
| | |____gradle-wrapper.jar
| | |____gradle-wrapper.properties
| |____deps.gradle
|____gradlew
|____.gitignore
|____.github
| |____workflows
| | |____gradle.yml
|____build.gradle
|____.gitattributes
|____gradlew.bat
|____settings.gradle
|____src
| |____test
| | |____resources
| | |____java
| | | |____template
| | | | |____AppTest.java
| |____main
| | |____resources
| | |____java
| | | |____template
| | | | |____App.java