aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJason <[email protected]>2023-02-16 09:03:25 -0700
committerGitHub <[email protected]>2023-02-16 09:03:25 -0700
commit8fced9d5ab02382479e30ab54a7e2d540a8938d2 (patch)
treea240e3697b7cf8361933d7848757cca8f0ae926e /build.gradle.kts
parent27516ee39ea7be95b5eb4ea700a2df4aeab147d6 (diff)
downloadPaper-8fced9d5ab02382479e30ab54a7e2d540a8938d2.tar.gz
Paper-8fced9d5ab02382479e30ab54a7e2d540a8938d2.zip
[ci skip] Update paperweight to 1.5.1 (#8856)
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 22dca7fb3f..0f7fd3dbda 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
- id("io.papermc.paperweight.core") version "1.4.1"
+ id("io.papermc.paperweight.core") version "1.5.1"
}
allprojects {