No description
Find a file
2020-11-14 01:59:55 -08: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 a few issues in RemapPatches 2020-11-14 01:59:55 -08: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 Fix issues with Spigot mapping generation 2020-11-14 00:39:47 -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 Update readme to be a little more helpful 2020-11-12 22:08:00 -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/mcp 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.