aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2021-06-14 23:51:30 -0700
committerJason Penilla <[email protected]>2021-06-14 23:51:30 -0700
commitc9f654db919574ef221a75373d0a5643d5051e40 (patch)
treef005ac9756001dfa948bde85e5bb1681f4e2fa5c /build.gradle.kts
parenta3de494f1152cb038e2fafa07dd6bd1ad7481ba1 (diff)
downloadPaper-c9f654db919574ef221a75373d0a5643d5051e40.tar.gz
Paper-c9f654db919574ef221a75373d0a5643d5051e40.zip
Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: f992ce60 Fix duplicate datapack reload on /reload
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 8da4bfb38b..0704b95179 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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.1"
+ id("io.papermc.paperweight.core") version "1.0.1-LOCAL-SNAPSHOT"
}
subprojects {