Update mache, fixes dev bundle use with Java 23

This commit is contained in:
Nassim Jahnke 2024-12-30 11:04:58 +01:00
parent 60edd611f2
commit a81990e0e8
No known key found for this signature in database
GPG key ID: EF6771C01F6EF02F

View file

@ -11,7 +11,7 @@ plugins {
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
dependencies {
mache("io.papermc:mache:1.21.4+build.6")
mache("io.papermc:mache:1.21.4+build.7")
paperclip("io.papermc:paperclip:3.0.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}