CPJiNan / AkariLevel

Advanced Level System for RPG Server
Creative Commons Zero v1.0 Universal
9 stars 4 forks source link

Building

The GradleWrapper in included in this project.

Windows:

gradlew.bat clean build

macOS/Linux:

./gradlew clean build

Build artifacts should be found in ./build/libs folder.