A blank project, ready to start immediately. Useful for katas or experiments to get a running pair of code and unit test within a minute.
- Git
- Java 1.8
- Gradle 2.2
- IntelliJ Idea 17
It might work with other setups after slight adjustments, but that is not tested. Pull requests welcome!
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Egga/java-blank-gradle/master/clone.sh)"
git clone https://github.com/Egga/java-blank-gradle
cd java-blank-gradle
./gradlew idea
Open the directory in Idea.
- JUnit 5.3
- Mockito 2.22
- AssertJ 3.11
- Lombok 1.16.20
- Apache Commons Lang 3.3.7
- Guava 25.0