diff options
author | bombcar <github@bombcar.com> | 2021-12-02 10:05:21 -0600 |
---|---|---|
committer | bombcar <github@bombcar.com> | 2021-12-02 10:05:21 -0600 |
commit | bae281bb6549922ec919b59718c78c663f3715d2 (patch) | |
tree | 545217fa9cceee46486507ee8db5063a7e1575dd | |
parent | 7289857deaa0d026696f11a07b4087d0247412b9 (diff) | |
download | GT5-Unofficial-bae281bb6549922ec919b59718c78c663f3715d2.tar.gz GT5-Unofficial-bae281bb6549922ec919b59718c78c663f3715d2.tar.bz2 GT5-Unofficial-bae281bb6549922ec919b59718c78c663f3715d2.zip |
fixbuild
-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 +} |