Fix broken joml metadata resulting in kotlin being included on compile/runtime classpath (#11712)

This commit is contained in:
Jason Penilla
2024-12-05 15:10:10 -07:00
parent 640db1bea9
commit 41f4119eb0
5 changed files with 10 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import kotlin.io.path.*
plugins {
java
`maven-publish`
id("io.papermc.paperweight.core") version "1.7.6"
id("io.papermc.paperweight.core") version "1.7.7"
}
allprojects {