Skip to main content

Build and Run

Common Commands

./gradlew build
./gradlew runClient
./gradlew runServer

Build Output

The distributable jar is usually placed in:

build/libs/

For release testing, verify the final mod jar name and dependency list before packaging.

Suggested Local Checks

Before shipping changes, verify:

  • the project compiles cleanly
  • the client launches
  • the dedicated server launches to the normal EULA stage or further
  • the main UI flows still open correctly