diff options
author | Jason Penilla <[email protected]> | 2024-04-27 17:38:09 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2024-04-27 17:38:20 -0700 |
commit | 7e3d5b569d6ccc0273dc2d6a2ecc731b0694157b (patch) | |
tree | 4f68918a845ba9d71237f596a464d722a719366c /build.gradle.kts | |
parent | 8ce62b349285b6b9775387f8bb01ea0eadb8470a (diff) | |
download | Paper-7e3d5b569d6ccc0273dc2d6a2ecc731b0694157b.tar.gz Paper-7e3d5b569d6ccc0273dc2d6a2ecc731b0694157b.zip |
bump paperweight to 1.6.2 to fix spurious build failure from scanJar OOM
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 5a2d8e5775..b87e347cf5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ import kotlin.io.path.* plugins { java `maven-publish` - id("io.papermc.paperweight.core") version "1.6.1" + id("io.papermc.paperweight.core") version "1.6.2" } allprojects { |