No description
Find a file
2020-12-12 20:39:00 +01:00
gradle/wrapper Gradle 6.7, initial patch remap (not working) 2020-08-11 23:01:37 -07:00
license Gradle 6.7, initial patch remap (not working) 2020-08-11 23:01:37 -07:00
src/main fix command in error message 2020-12-12 20:39:00 +01:00
.gitattributes Gradle 6.7, initial patch remap (not working) 2020-08-11 23:01:37 -07:00
.gitignore Gradle 6.7, initial patch remap (not working) 2020-08-11 23:01:37 -07:00
build.gradle.kts Switch from SRG/MCP base to Mojmap with Yarn param names 2020-12-10 23:03:51 -08:00
gradlew Gradle 6.7, initial patch remap (not working) 2020-08-11 23:01:37 -07:00
gradlew.bat Gradle 6.7, initial patch remap (not working) 2020-08-11 23:01:37 -07:00
readme.md Switch from SRG/MCP base to Mojmap with Yarn param names 2020-12-10 23:03:51 -08:00
settings.gradle.kts Initial commit 2018-10-12 23:33:26 -05:00

paperweight

How to use this for testing:

Install this plugin to Maven Local:

./gradlew install

Clone a new Paper repo and checkout the feature/mojmap branch.

Run the task (on the Paper repo) to set up the development environment:

./gradlew patchPaper

All task outputs paperweight creates goes into <project-root>/.gradle/caches.

Debugging

Create a remote JVM debug run configuration in IntelliJ which connects to port 5005, then run Gradle in debug mode:

./gradlew --no-daemon -Dorg.gradle.debug=true <task>

Gradle will not start until the debugger is connected so you don't need to worry about missing a breakpoint.