Skip to content

Commit 0826d40

Browse files
committed
[ci skip] Cleaned up repo config
1 parent 33a63f5 commit 0826d40

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

build.gradle

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ base {
1515

1616
repositories {
1717
mavenCentral()
18+
maven {
19+
name = "ViaVersion"
20+
url = "https://repo.viaversion.com"
21+
}
1822
maven {
1923
name = "Lenni0451"
20-
url "https://maven.lenni0451.net/everything"
24+
url = "https://maven.lenni0451.net/everything"
2125
}
2226
maven {
2327
name = "OpenCollab Releases"
@@ -28,12 +32,20 @@ repositories {
2832
url = "https://repo.opencollab.dev/maven-snapshots/"
2933
}
3034
maven {
31-
name = "ViaVersion"
32-
url "https://repo.viaversion.com"
35+
name = "Minecraft Libraries"
36+
url = "https://libraries.minecraft.net"
37+
38+
content {
39+
includeGroup "com.mojang"
40+
}
3341
}
3442
maven {
35-
name = "Minecraft Libraries"
36-
url "https://libraries.minecraft.net"
43+
name = "Jitpack"
44+
url = "https://jitpack.io"
45+
46+
content {
47+
includeGroup "com.github.Oryxel"
48+
}
3749
}
3850
}
3951

0 commit comments

Comments
 (0)