mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-25 00:30:25 +01:00
Move patches for staged patch remapping
This commit is contained in:
parent
6ab98f8e35
commit
dc03a93dfe
1433 changed files with 116983 additions and 0 deletions
|
@ -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
Loading…
Reference in a new issue