aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJason <[email protected]>2021-10-11 16:31:53 -0500
committerGitHub <[email protected]>2021-10-11 14:31:53 -0700
commit54813dbb212bd5860db50098a5a7713d8f95cf98 (patch)
tree716488f0f9b33ec4da56ab2de015da3c0c4855cc /build.gradle.kts
parent4a0d935cd090b455be0d1c3d4b6f6d924a08faa5 (diff)
downloadPaper-54813dbb212bd5860db50098a5a7713d8f95cf98.tar.gz
Paper-54813dbb212bd5860db50098a5a7713d8f95cf98.zip
[ci skip] Misc gradle updates (#6763)
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 f08a125667..7331f7e2f6 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,7 +1,7 @@
plugins {
java
`maven-publish`
- id("com.github.johnrengelman.shadow") version "7.0.0" apply false
+ id("com.github.johnrengelman.shadow") version "7.1.0" apply false
id("io.papermc.paperweight.core") version "1.1.12"
}