diff options
author | boubou_19 <miisterunknown@gmail.com> | 2021-11-29 21:29:07 +0100 |
---|---|---|
committer | boubou_19 <miisterunknown@gmail.com> | 2021-11-29 21:29:07 +0100 |
commit | 308d23c28f1a2ff6c75ac049879a2a05c2659d4c (patch) | |
tree | d8d341c5d58c124cf721cde46418e86ff91632b4 | |
parent | 16f45df6ab9c64bc4c7841d584bcf6f6bea2a327 (diff) | |
download | GT5-Unofficial-308d23c28f1a2ff6c75ac049879a2a05c2659d4c.tar.gz GT5-Unofficial-308d23c28f1a2ff6c75ac049879a2a05c2659d4c.tar.bz2 GT5-Unofficial-308d23c28f1a2ff6c75ac049879a2a05c2659d4c.zip |
revert temporary change in build script
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 5049f09891..d2c7425816 100644 --- a/build.gradle +++ b/build.gradle @@ -158,7 +158,7 @@ dependencies { // compile("com.github.GTNewHorizons:GT5-Unofficial:experimental-SNAPSHOT:dev") { // setChanging(true) // } - implementation 'com.github.boubou19:GT5-Unofficial:pollution-SNAPSHOT' + implementation 'com.github.GTNewHorizons:GT5-Unofficial:experimental-SNAPSHOT' compile ("com.github.GTNewHorizons:StructureLib:${config.structurelib.version}:deobf") provided "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev" |