- go to the Puzzle Subproject
- For the Client you can use the
gradle :puzzle:runClient
task - For the Server you can use the
gradle :puzzle:runServer
task
- go to the Quilt Subproject
- For the Client you can use the
gradle :quilt:runClient
task - For the Server you can use the
gradle :quilt:runServer
task
For building, use the gradle buildAll
task. The output will be in the build/libs/
folder
- All mod properties can be edited in the rootProject
gradle.properties
- The project name is defined in
settings.gradle
.