Build Setup

December 4, 2020 ยท View on GitHub

Prerequisites for Gradle

  1. Clone this repository
  2. 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

build from IntelliJ

Running unit tests

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

Contents

  1. 1Prerequisites for Gradle
  2. 2Building from the command line
  3. 3Building from IntelliJ IDE
  4. 4Running unit tests