Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 351 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 351 Bytes

Building

This is a Gradle project. To import it into IntelliJ follow these steps:

  1. Open the Gradle Tool Window. View->Tool Windows->Gradle
  2. Click the + button.
  3. 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