aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2024-03-29 10:43:36 -0700
committerGitHub <[email protected]>2024-03-29 10:43:36 -0700
commit45d1486fecab6f50c193bea0fcf03727832f3091 (patch)
treec0c9573293a4415262787bd486a20e163728c8c1 /build.gradle.kts
parent710dced8b70c995656a24479f9453676cf6164fc (diff)
downloadPaper-45d1486fecab6f50c193bea0fcf03727832f3091.tar.gz
Paper-45d1486fecab6f50c193bea0fcf03727832f3091.zip
build: Update paperweight to 1.5.12 and Gradle Wrapper to 8.7 (#10361)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 2e1633818c..77c0f153a2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
- id("io.papermc.paperweight.core") version "1.5.11"
+ id("io.papermc.paperweight.core") version "1.5.12"
}
allprojects {
@@ -93,8 +93,6 @@ paperweight {
mappingsPatch = layout.projectDirectory.file("build-data/mappings-patch.tiny")
reobfMappingsPatch = layout.projectDirectory.file("build-data/reobf-mappings-patch.tiny")
- spigotServerPatchPatchesDir = layout.projectDirectory.dir("build-data/spigot-server-patches")
-
reobfPackagesToFix.addAll(
"co.aikar.timings",
"com.destroystokyo.paper",