- go to the Puzzle Subproject
- For the Client you can use the
gradle :puzzle:runClienttask - For the Server you can use the
gradle :puzzle:runServertask
- go to the Quilt Subproject
- For the Client you can use the
gradle :quilt:runClienttask - For the Server you can use the
gradle :quilt:runServertask
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.