mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2025-04-01 01:09:56 -04:00
Moved repository declaration
This commit is contained in:
parent
87de244ab4
commit
efc982b4ed
1 changed files with 8 additions and 4 deletions
12
build.gradle
12
build.gradle
|
@ -26,10 +26,6 @@ configurations {
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "Jitpack"
|
||||
url = "https://jitpack.io"
|
||||
}
|
||||
maven {
|
||||
name = "Lenni0451"
|
||||
url "https://maven.lenni0451.net/everything"
|
||||
|
@ -50,6 +46,14 @@ repositories {
|
|||
name = "Minecraft Libraries"
|
||||
url "https://libraries.minecraft.net"
|
||||
}
|
||||
maven {
|
||||
name = "Jitpack"
|
||||
url = "https://jitpack.io"
|
||||
|
||||
content {
|
||||
includeGroup "com.github.Oryxel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue