Remove worldguard from mcmmo and remove mavenLocal() from build.gradle.kts

This commit is contained in:
Len
2022-09-09 21:35:35 +02:00
parent 720226486c
commit bf88098f12
3 changed files with 21 additions and 17 deletions
+2 -3
View File
@@ -12,9 +12,8 @@ dependencies {
// MyPet
compileOnly("de.keyle:mypet:3.12-SNAPSHOT")
// mcMMO
compileOnly("com.gmail.nossr50.mcMMO:mcMMO:2.1.206")
compileOnly("com.sk89q.worldguard:worldguard-core:7.0.4") {
exclude("com.google.code.findbugs")
compileOnly("com.gmail.nossr50.mcMMO:mcMMO:2.1.206") {
exclude("com.sk89q.worldguard")
}
//Jackson (json)