Add SpigotCore module

This commit is contained in:
2024-08-04 21:37:50 +02:00
parent aeef0f6e49
commit b97890fe7a
110 changed files with 11957 additions and 1 deletions
+20
View File
@@ -33,24 +33,28 @@ version = ""
allprojects {
repositories {
mavenCentral()
maven {
url = URI("https://repo.papermc.io/repository/maven-public/")
content {
includeGroup("com.velocitypowered")
}
}
maven {
url = URI("https://m2.dv8tion.net/releases")
content {
includeGroup("net.dv8tion")
}
}
maven {
url = URI("https://repo.lunarclient.dev")
content {
includeGroup("com.lunarclient")
}
}
maven {
url = URI("https://steamwar.de/maven/")
credentials {
@@ -61,5 +65,21 @@ allprojects {
password = swProps.getProperty("maven.password")
}
}
maven {
url = URI("https://repo.codemc.io/repository/maven-snapshots/")
}
maven {
url = URI("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
}
maven {
url = URI("https://libraries.minecraft.net")
}
maven {
url = URI("https://repo.viaversion.com")
}
}
}