diff options
-rw-r--r-- | build.gradle | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index d2c7425816..b9aafcb31a 100644 --- a/build.gradle +++ b/build.gradle @@ -155,10 +155,7 @@ dependencies { //compile group: 'org.javassist', name: 'javassist', version: '3.26.0-GA' -// compile("com.github.GTNewHorizons:GT5-Unofficial:experimental-SNAPSHOT:dev") { -// setChanging(true) -// } - implementation 'com.github.GTNewHorizons:GT5-Unofficial:experimental-SNAPSHOT' + implementation 'com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT' compile ("com.github.GTNewHorizons:StructureLib:${config.structurelib.version}:deobf") provided "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev" @@ -214,4 +211,4 @@ task generateDictionaries(type: JavaExec) { description = "Generates the dictionaries for Proguard" classpath = sourceSets.main.runtimeClasspath main = "gtPlusPlus.GenerateDictionaries" -}
\ No newline at end of file +} |