Skip to content

Commit 56ec497

Browse files
committed
fix kubejs maven
1 parent 36a66c0 commit 56ec497

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ repositories {
2929
url "https://maven.firstdarkdev.xyz/snapshots/"
3030
}
3131
maven {
32-
// saps.dev Maven (KubeJS and Rhino)
33-
url = "https://maven.saps.dev/minecraft"
34-
content {
35-
includeGroup "dev.latvian.mods"
36-
}
32+
// latvian.dev Maven (KubeJS and Rhino)
33+
url = "https://maven.latvian.dev/releases"
3734
}
3835
maven { // Registrate
3936
url = "https://maven.tterrag.com/"

0 commit comments

Comments
 (0)