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
commit 41f4119eb0
5 changed files with 10 additions and 8 deletions

View file

@ -41,8 +41,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ }
+ // Paper - adventure
api("org.yaml:snakeyaml:2.2")
api("org.joml:joml:1.10.8")
// Paper start
api("org.joml:joml:1.10.8") {
isTransitive = false // https://github.com/JOML-CI/JOML/issues/352
@@ -0,0 +0,0 @@ dependencies {
isTransitive = false // includes junit
}