Skip to content

Commit

Permalink
[ci skip] Cleaned up repo config
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Sep 4, 2024
1 parent 33a63f5 commit 0826d40
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ base {

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"
Expand All @@ -28,12 +32,20 @@ repositories {
url = "https://repo.opencollab.dev/maven-snapshots/"
}
maven {
name = "ViaVersion"
url "https://repo.viaversion.com"
name = "Minecraft Libraries"
url = "https://libraries.minecraft.net"

content {
includeGroup "com.mojang"
}
}
maven {
name = "Minecraft Libraries"
url "https://libraries.minecraft.net"
name = "Jitpack"
url = "https://jitpack.io"

content {
includeGroup "com.github.Oryxel"
}
}
}

Expand Down

0 comments on commit 0826d40

Please sign in to comment.