aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2024-04-04 17:12:05 -0700
committerGitHub <[email protected]>2024-04-04 17:12:05 -0700
commita2035440cfe3ec829513a74b1309859fc15be972 (patch)
treeb352f0afec6040796d8796f6cf714e18be64266e /build.gradle.kts
parente709245b5566229ed5c262b310bcd1a1e71a8918 (diff)
downloadPaper-a2035440cfe3ec829513a74b1309859fc15be972.tar.gz
Paper-a2035440cfe3ec829513a74b1309859fc15be972.zip
build: Compile against and shade the filtered jar (#9747)
* Compile against & shade the filtered jar * Move check for if the paper asset root needs to be pushed * Don't disable incremental compilation * Remove mavenLocal * use paperweight release
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 77c0f153a2..20d7b5902b 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.12"
+ id("io.papermc.paperweight.core") version "1.5.13"
}
allprojects {