Build Setup
December 4, 2020 ยท View on GitHub
Prerequisites for Gradle
- Clone this repository
- Install Java Development Kit (JDK 8+)
Building from the command line
To build the application, run ./gradlew clean build from the command line at the root of the project.
Building from IntelliJ IDE
To build the application simply click the hammer in the header section

Running unit tests
- Run the following command at the root of the project to run Java tests:
$ ./gradlew test