/java-blank-gradle

Blank Project for Katas / Experiments

Primary LanguageJavaThe UnlicenseUnlicense

Java Blank (Gradle)

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.

Optimized for Usage of

  • 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!

Installation

Automatic

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Egga/java-blank-gradle/master/clone.sh)"

Manual

git clone https://github.com/Egga/java-blank-gradle
cd java-blank-gradle
./gradlew idea

Open the directory in Idea.

Test Libraries Available from the Get-Go

  • JUnit 5.3
  • Mockito 2.22
  • AssertJ 3.11

Production Libraries Available from the Get-Go

  • Lombok 1.16.20
  • Apache Commons Lang 3.3.7
  • Guava 25.0