Remove worldguard from mcmmo and remove mavenLocal() from build.gradle.kts
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user