Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 558 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 558 Bytes

Cardinal Build Status

Cardinal2 is currently in early development. If you are looking to run Cardinal on your server, please continue using Cardinal1.

Compiling

Prerequisites: Git, Java 8 (or later), Gradle (optional)
We use Gradle for build management. To build on *nix just run ./gradlew build from the project's root directory. On windows, use gradle.bat build. The artifact will be found in build/libs, named cardinal-X.X-SNAPSHOT-all.jar