Replace FG 2.1 with custom fork for Gradle 3 compatibility
This commit is contained in:
@@ -31,6 +31,10 @@ subprojects {
|
||||
if (req.group == 'net.minecraftforge.gradle' && req.name == 'ForgeGradle' && req.version == '2.0-SNAPSHOT') {
|
||||
dep.useTarget 'com.github.ReplayMod:ForgeGradle:dd521d0'
|
||||
}
|
||||
// Substitute FG 2.1 with custom fork that works with Gradle 3
|
||||
if (req.group == 'net.minecraftforge.gradle' && req.name == 'ForgeGradle' && req.version == '2.1-SNAPSHOT') {
|
||||
dep.useTarget 'com.github.ReplayMod:ForgeGradle:9c2f79c'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user