Moved repository declaration

This commit is contained in:
RaphiMC 2024-09-05 00:45:12 +02:00
parent 87de244ab4
commit efc982b4ed
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

@ -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 {