Fix build.gradle.kts for SpigotCore 9

This commit is contained in:
2024-08-04 21:53:09 +02:00
parent 54e00e88f3
commit b186640a58
+2
View File
@@ -54,4 +54,6 @@ dependencies {
compileOnly(project(":SpigotCore:SpigotCore_8")) compileOnly(project(":SpigotCore:SpigotCore_8"))
compileOnly("de.steamwar:spigot:1.9") compileOnly("de.steamwar:spigot:1.9")
compileOnly("com.viaversion:viaversion-api:4.3.1")
} }