bump paperweight to 1.6.2 to fix spurious build failure from scanJar OOM

This commit is contained in:
Jason Penilla 2024-04-27 17:38:09 -07:00
parent 663c8a772f
commit 08a94f6ebd

View File

@ -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 {