Remove worldguard from mcmmo and remove mavenLocal() from build.gradle.kts
This commit is contained in:
+2
-2
@@ -5,14 +5,14 @@ include(":velocity")
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
// mavenLocal()
|
||||
mavenCentral()
|
||||
maven("https://repo.destro.xyz/snapshots") // Altitude - Galaxy
|
||||
maven("https://oss.sonatype.org/content/groups/public/") // Adventure
|
||||
maven("https://papermc.io/repo/repository/maven-public/") // Velocity
|
||||
maven("https://repo.spongepowered.org/maven") // Configurate
|
||||
maven("https://nexus.neetgames.com/repository/maven-releases/") // mcMMO
|
||||
maven("https://maven.enginehub.org/repo/") // worldguard
|
||||
// maven("https://maven.enginehub.org/repo/") // worldguard
|
||||
maven { // mypet
|
||||
name = "GitHubPackages"
|
||||
url = uri("https://maven.pkg.github.com/MyPetORG/MyPet")
|
||||
|
||||
Reference in New Issue
Block a user