Skip to content

Commit

Permalink
add parchment maven
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Mar 30, 2024
1 parent d7a0d8a commit c2504ae
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,21 @@ base {

repositories {
mavenCentral()
maven { url 'https://maven.gegy.dev' }
maven { url 'https://maven.terraformersmc.com/releases/' }
maven {
name = "Gegy"
url = "https://maven.gegy.dev"
}
maven {
name = "TerraformersMC"
url = "https://maven.terraformersmc.com/releases"
}
maven {
name = "ParchmentMC"
url = "https://maven.parchmentmc.org"
content {
includeGroupByRegex "org\\.parchmentmc(\\..*)?"
}
}
}

loom {
Expand Down

0 comments on commit c2504ae

Please sign in to comment.