Skip to content

Commit 6c7ef84

Browse files
fix: whoops
1 parent b2146be commit 6c7ef84

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,8 @@ allprojects {
5252
}
5353

5454
maven {
55-
url "https://maven.ftb.dev/minecraft"
55+
url "https://maven.ftb.dev/releases"
5656
content {
57-
includeGroup "dev.latvian.mods"
58-
includeGroup "dev.ftb.mods"
59-
}
60-
}
61-
maven {
62-
url "https://maven.ftb.dev/snapshots"
63-
content {
64-
includeGroup "dev.latvian.mods"
6557
includeGroup "dev.ftb.mods"
6658
}
6759
}

0 commit comments

Comments
 (0)