diff options
author | Raven Szewczyk <git@kubasz.xyz> | 2023-01-24 16:06:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 17:06:42 +0100 |
commit | 0f46044ba9f95cb732bf2a82e35430e01c72bc1b (patch) | |
tree | e997f3dc0a6333547b24f856a2dd50a3d0c5aa92 /dependencies.gradle | |
parent | 7366deae4a0e4404799ab17dfde0a7ba7d4cb54f (diff) | |
download | GT5-Unofficial-0f46044ba9f95cb732bf2a82e35430e01c72bc1b.tar.gz GT5-Unofficial-0f46044ba9f95cb732bf2a82e35430e01c72bc1b.tar.bz2 GT5-Unofficial-0f46044ba9f95cb732bf2a82e35430e01c72bc1b.zip |
Make reflection Java 12+ compatible (#517)
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 08b9fb200c..bcdcc706d3 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,10 +1,11 @@ dependencies { + compile('com.github.GTNewHorizons:GTNHLib:0.0.10:dev') compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.232:dev') compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev") compile("com.github.GTNewHorizons:ModularUI:1.0.46:dev") {transitive=false} compile("com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev") compile('com.github.GTNewHorizons:CodeChickenCore:1.1.7:dev') - compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.6:dev') + compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.7:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.125:dev') |