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