Only replace FG2.1 when not a reprod build
This commit is contained in:
@@ -26,6 +26,7 @@ subprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
configurations.classpath.resolutionStrategy.eachDependency { dep ->
|
configurations.classpath.resolutionStrategy.eachDependency { dep ->
|
||||||
|
if (System.getenv('REPRODUCIBLE_BUILD') == '1') return
|
||||||
def req = dep.target
|
def req = dep.target
|
||||||
// Substitute FG 2.0 with custom fork that works with Gradle 3
|
// Substitute FG 2.0 with custom fork that works with Gradle 3
|
||||||
if (req.group == 'net.minecraftforge.gradle' && req.name == 'ForgeGradle' && req.version == '2.0-SNAPSHOT') {
|
if (req.group == 'net.minecraftforge.gradle' && req.name == 'ForgeGradle' && req.version == '2.0-SNAPSHOT') {
|
||||||
|
|||||||
Reference in New Issue
Block a user