Skip to content

Commit

Permalink
Switch Ex Nihilo to official Maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Aug 27, 2022
1 parent 8b3e88b commit f0cf4c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ repositories {
includeGroup "curse.maven"
}
}
maven {
url "https://repo.jacob-williams.me/repository/maven-releases/"
content {
includeGroup "novamachina.exnihilosequentia"
}
}
}

dependencies {
Expand All @@ -153,7 +159,7 @@ dependencies {
runtimeOnly fg.deobf("curse.maven:cofh-core-69162:3803484")
runtimeOnly fg.deobf("curse.maven:pipez-443900:3819249")
implementation fg.deobf("curse.maven:jei-238222:3788739")
implementation fg.deobf("curse.maven:exnihilo-400012:3874541")
implementation fg.deobf("novamachina.exnihilosequentia:ExNihiloSequentia:1.18.2-20220818-010806")
}

jar {
Expand Down

0 comments on commit f0cf4c7

Please sign in to comment.