Move patches for staged patch remapping

This commit is contained in:
Kyle Wood 2021-06-26 18:21:53 -05:00 committed by Kyle Wood
parent 6ab98f8e35
commit dc03a93dfe
No known key found for this signature in database
GPG key ID: 86AF5613ACA30CC5
1433 changed files with 116983 additions and 0 deletions

View file

@ -1,3 +1,6 @@
import io.papermc.paperweight.util.cache
import io.papermc.paperweight.util.set
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
@ -70,3 +73,11 @@ paperweight {
craftBukkitPatchPatchesDir.set(layout.projectDirectory.dir("build-data/craftbukkit-patch-patches"))
}
}
val rebuildRemappedPatches by tasks.registering(io.papermc.paperweight.tasks.RebuildPaperPatches::class) {
inputDir.set(layout.cache.resolve("paperweight/patch-remap-input"))
baseRef.set("origin/master")
patchDir.set(layout.projectDirectory.dir("patches/server-remapped"))
}

Some files were not shown because too many files have changed in this diff Show more