diff --git a/build.gradle.kts b/build.gradle.kts index eb00082d..f4db5eca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,8 +69,6 @@ allprojects { // Hibiscus Commons maven("https://repo.hibiscusmc.com/releases") - - mavenLocal() } dependencies { @@ -88,7 +86,7 @@ allprojects { compileOnly("io.github.toxicity188:BetterCommand:1.3") //BetterCommand library //compileOnly("it.unimi.dsi:fastutil:8.5.14") compileOnly("org.projectlombok:lombok:1.18.34") - compileOnly("me.lojosho:HibiscusCommons:0.6.3-7ef40c1") + compileOnly("me.lojosho:HibiscusCommons:0.6.3-0f0baaf4") // Handled by Spigot Library Loader compileOnly("net.kyori:adventure-api:4.19.0")