Skip to content

Commit 9e5448a

Browse files
committed
updated buildscript
1 parent 7965d28 commit 9e5448a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//version: 1656003793falsepattern75
1+
//version: 1656003793falsepattern76
22
/*
33
DO NOT CHANGE THIS FILE!
44
@@ -311,7 +311,11 @@ configurations {
311311
repositories {
312312
maven {
313313
name = "Overmind forge repo mirror"
314-
url = "https://gregtech.overminddl1.com/"
314+
url = "https://mvn.falsepattern.com/overmind"
315+
content {
316+
includeGroup("net.minecraftforge")
317+
includeGroup("org.scala-lang")
318+
}
315319
}
316320
if(usesMixins.toBoolean() || hasMixinDeps.toBoolean()) {
317321
maven {

0 commit comments

Comments
 (0)