Skip to content

Commit

Permalink
Add GTCEu maven to well-known repositories (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Feb 10, 2024
1 parent f0c976e commit 203189d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,10 @@ repositories {
name 'GTNH Maven'
url 'https://nexus.gtnewhorizons.com/repository/public/'
}
maven {
name 'GTCEu Maven'
url 'https://maven.gtceu.com'
}
}
if (usesMixins.toBoolean() || forceEnableMixins.toBoolean()) {
// need to add this here even if we did not above
Expand Down

0 comments on commit 203189d

Please sign in to comment.