This is a repository intended to serve as a starting point if you want to bootstrap a project in Java 8 with JUnit 5.2 and Gradle 4.6.
- Install Java 8
- Clone this repository
git clone https://github.com/CodelyTV/java-bootstrap
. - Run the tests with
./gradlew test
- Start developing!