aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2023-09-15 11:03:42 -0700
committerGitHub <[email protected]>2023-09-15 11:03:42 -0700
commiteb60bffa98aa21591b81007ff913674a0e5bf858 (patch)
treec47b9c81f87e190d76c086b46a806b51038affff /build.gradle.kts
parent29d1c7b60244bb002d29a5dcfc9c995019f550ab (diff)
downloadPaper-eb60bffa98aa21591b81007ff913674a0e5bf858.tar.gz
Paper-eb60bffa98aa21591b81007ff913674a0e5bf858.zip
Create raw chat type as resource file instead of in source (#9226)
Sets up the ability to load new or modified resource files into Paper. Updates paperweight to 1.5.6 This should work with all run configs, like runDev, runShadow, runReobf as well as correctly build jars for production.
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 aa78c58d53..1aa5de39b1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
- id("io.papermc.paperweight.core") version "1.5.5"
+ id("io.papermc.paperweight.core") version "1.5.6"
}
allprojects {