diff options
author | Martin Robertz <dream-master@gmx.net> | 2021-12-02 17:11:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 17:11:14 +0100 |
commit | b61cfa20974ae772e35fb9d9766ca5328de8417c (patch) | |
tree | 545217fa9cceee46486507ee8db5063a7e1575dd /build.gradle | |
parent | 7289857deaa0d026696f11a07b4087d0247412b9 (diff) | |
parent | bae281bb6549922ec919b59718c78c663f3715d2 (diff) | |
download | GT5-Unofficial-b61cfa20974ae772e35fb9d9766ca5328de8417c.tar.gz GT5-Unofficial-b61cfa20974ae772e35fb9d9766ca5328de8417c.tar.bz2 GT5-Unofficial-b61cfa20974ae772e35fb9d9766ca5328de8417c.zip |
Merge pull request #55 from bombcar/fixbuild
fixbuild
Diffstat (limited to 'build.gradle')
-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 +} |