diff options
author | Jake Potrebic <[email protected]> | 2023-09-15 11:03:42 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-15 11:03:42 -0700 |
commit | eb60bffa98aa21591b81007ff913674a0e5bf858 (patch) | |
tree | c47b9c81f87e190d76c086b46a806b51038affff /build.gradle.kts | |
parent | 29d1c7b60244bb002d29a5dcfc9c995019f550ab (diff) | |
download | Paper-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.kts | 2 |
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 { |