fix: compile against 1.20.4

This commit is contained in:
Pierre Maurice Schwang
2025-09-05 23:16:01 +02:00
parent 190c73493d
commit 12c56b3973

View File

@@ -41,6 +41,7 @@ dependencies {
compileOnly(libs.luckperms)
compileOnly(libs.essentialsx) {
exclude(group = "org.spigotmc")
exclude(group = "io.papermc.paper")
}
compileOnly(libs.mvdwapi) { isTransitive = false }