This is a Gradle project. To import it into IntelliJ follow these steps:
- Open the Gradle Tool Window. View->Tool Windows->Gradle
- Click the
+
button. - Find the
build.gradle
file, and click OK.
To build it on the command line simply run:
$ gradle build
To package it up for deployment run:
$ gradle distTar