Skip to content

Commit b2146be

Browse files
chore: yeet saps
1 parent 9b19fa8 commit b2146be

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

build.gradle

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,25 @@ allprojects {
5252
}
5353

5454
maven {
55-
url "https://maven.saps.dev/minecraft"
55+
url "https://maven.ftb.dev/minecraft"
5656
content {
5757
includeGroup "dev.latvian.mods"
5858
includeGroup "dev.ftb.mods"
5959
}
6060
}
6161
maven {
62-
url "https://maven.saps.dev/snapshots"
62+
url "https://maven.ftb.dev/snapshots"
6363
content {
6464
includeGroup "dev.latvian.mods"
6565
includeGroup "dev.ftb.mods"
6666
}
6767
}
68+
maven {
69+
url "https://maven.latvian.dev/releases"
70+
content {
71+
includeGroup "dev.latvian.mods"
72+
}
73+
}
6874
}
6975

7076
java {
@@ -82,16 +88,6 @@ allprojects {
8288
}
8389
}
8490
}
85-
86-
if (ftbPublishing.sapsToken) {
87-
maven {
88-
url ftbPublishing.sapsURL
89-
credentials {
90-
username = ftbPublishing.sapsUser
91-
password = ftbPublishing.sapsToken
92-
}
93-
}
94-
}
9591
}
9692
}
9793
}

0 commit comments

Comments
 (0)