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 -2
View File
@@ -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")