mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-22 15:38:05 -05:00
[ci skip] Cleaned up gradle repo config
This commit is contained in:
parent
b9b95e5664
commit
cfb1d67503
1 changed files with 10 additions and 6 deletions
16
build.gradle
16
build.gradle
|
@ -26,9 +26,13 @@ configurations {
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "ViaVersion"
|
||||
url = "https://repo.viaversion.com"
|
||||
}
|
||||
maven {
|
||||
name = "Lenni0451"
|
||||
url "https://maven.lenni0451.net/everything"
|
||||
url = "https://maven.lenni0451.net/everything"
|
||||
}
|
||||
maven {
|
||||
name = "OpenCollab Releases"
|
||||
|
@ -38,13 +42,13 @@ repositories {
|
|||
name = "OpenCollab Snapshots"
|
||||
url = "https://repo.opencollab.dev/maven-snapshots/"
|
||||
}
|
||||
maven {
|
||||
name = "ViaVersion"
|
||||
url "https://repo.viaversion.com"
|
||||
}
|
||||
maven {
|
||||
name = "Minecraft Libraries"
|
||||
url "https://libraries.minecraft.net"
|
||||
url = "https://libraries.minecraft.net"
|
||||
|
||||
content {
|
||||
includeGroup "com.mojang"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name = "Jitpack"
|
||||
|
|
Loading…
Reference in a new issue