We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c976e commit 203189dCopy full SHA for 203189d
1 file changed
build.gradle
@@ -446,6 +446,10 @@ repositories {
446
name 'GTNH Maven'
447
url 'https://nexus.gtnewhorizons.com/repository/public/'
448
}
449
+ maven {
450
+ name 'GTCEu Maven'
451
+ url 'https://maven.gtceu.com'
452
+ }
453
454
if (usesMixins.toBoolean() || forceEnableMixins.toBoolean()) {
455
// need to add this here even if we did not above
0 commit comments