Fix KubeJS dependency

This commit is contained in:
thedarkcolour 2025-06-04 10:56:54 -07:00
parent 7dcbf4db49
commit 1f96fdad5c
No known key found for this signature in database
GPG Key ID: 86B37B3575FD5976

View File

@ -95,8 +95,8 @@ repositories {
}
maven {
name = 'KubeJS and Rhino'
url = "https://maven.saps.dev/minecraft"
content { includeGroup "dev.latvian.mods" }
url = "https://maven.latvian.dev/releases"
content { includeGroupAndSubgroups "dev.latvian" }
}
maven {
name = 'ModKit'
@ -117,9 +117,7 @@ repositories {
}
maven {
url "https://cursemaven.com"
content {
includeGroup "curse.maven"
}
content { includeGroup "curse.maven" }
}
}