forked from SteamWar/SteamWar
Add SpigotCore module
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user