fix: Update paperweight mcdev and fix CraftBukkit patch

This commit is contained in:
Kyle Wood
2021-06-11 15:17:37 -05:00
parent cabbb6de8d
commit 4ee49ddf71
3 changed files with 19 additions and 2 deletions

View File

@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.core") version "1.0.0-LOCAL-SNAPSHOT"
id("io.papermc.paperweight.core") version "1.0.0-SNAPSHOT"
}
group = "io.papermc.paper"
@ -81,5 +81,6 @@ paperweight {
mappingsPatch.set(file("build-data/mappings-patch.tiny"))
additionalSpigotMemberMappings.set(file("build-data/additional-spigot-member-mappings.csrg"))
craftBukkitPatchPatchesDir.set(file("build-data/craftbukkit-patch-patches"))
}
}