Skip to content

Commit

Permalink
Hotfixes for building the backport
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Nov 19, 2023
1 parent ff25095 commit 3c1fe4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -598,14 +598,14 @@ repositories {
includeGroup "maven.modrinth"
}
}
maven {
/*maven {
name = "ic2"
url = "https://maven.ic2.player.to/"
metadataSources {
mavenPom()
artifact()
}
}
}*/
maven {
name = "ic2-mirror"
url = "https://maven2.ic2.player.to/"
Expand Down
6 changes: 6 additions & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ dependencies {
compileOnly("com.github.GTNewHorizons:amunra:0.4.36:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Galacticraft:3.0.73-GTNH:dev") { transitive = false }
}

configurations.all {
resolutionStrategy.dependencySubstitution {
substitute module('com.github.GTNewHorizons:AE2FluidCraft-Rework') using module('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.1.30-gtnh') withClassifier("dev") because("-pre version deep in the dependency tree")
}
}

0 comments on commit 3c1fe4e

Please sign in to comment.