/GradleDemo

Very simple Java repo that uses Gradle for building/Unit testing

Primary LanguageJava

Gradle Demo

To build the project, simple type:

$ ./gradlew build

To run tests, type:

$ ./gradlew test