Skip to content

Commit 203189d

Browse files
authored
Add GTCEu maven to well-known repositories (#89)
1 parent f0c976e commit 203189d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@ repositories {
446446
name 'GTNH Maven'
447447
url 'https://nexus.gtnewhorizons.com/repository/public/'
448448
}
449+
maven {
450+
name 'GTCEu Maven'
451+
url 'https://maven.gtceu.com'
452+
}
449453
}
450454
if (usesMixins.toBoolean() || forceEnableMixins.toBoolean()) {
451455
// need to add this here even if we did not above

0 commit comments

Comments
 (0)