java-gildedrose-kata
java-gildedrose-kata copied to clipboard
trafficstars
Java Bootstrap (base / project skeleton)
Introduction
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.
How To Start
- Install Java 8
- Clone this repository
git clone https://github.com/CodelyTV/java-bootstrap. - Run the tests with
./gradlew test - Start developing!