No description
Find a file
2020-12-19 14:28:44 +01:00
gradle/wrapper Gradle 6.7, initial patch remap (not working) 2020-11-12 21:51:16 -08:00
license wip 2020-08-11 23:01:37 -07:00
src/main minishit 2020-12-19 14:28:44 +01:00
.gitattributes Gradle 6.7, initial patch remap (not working) 2020-11-12 21:51:16 -08:00
.gitignore Gradle 6.7, initial patch remap (not working) 2020-11-12 21:51:16 -08:00
build.gradle.kts mojmap 2020-12-10 23:03:51 -08:00
gradlew Gradle 6.7, initial patch remap (not working) 2020-11-12 21:51:16 -08:00
gradlew.bat Gradle 6.7, initial patch remap (not working) 2020-11-12 21:51:16 -08:00
readme.md mojmap 2020-12-10 23:03:51 -08:00
settings.gradle.kts Initial commit 2018-11-06 00:38:35 -06: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.