diff options
| author | Jason Mitchell <mitchej@gmail.com> | 2022-01-18 20:45:21 -0800 |
|---|---|---|
| committer | Jason Mitchell <mitchej@gmail.com> | 2022-01-18 20:45:21 -0800 |
| commit | 70b87be7d33962d44e8dac258d53b6405773f2a0 (patch) | |
| tree | 7e8ebdc06d377fd14e0b6ecb0a80805678e9aa57 | |
| parent | 575e18c9eb33754423dbc2c5f9215f5ad66fa4ac (diff) | |
| download | GT5-Unofficial-70b87be7d33962d44e8dac258d53b6405773f2a0.tar.gz GT5-Unofficial-70b87be7d33962d44e8dac258d53b6405773f2a0.tar.bz2 GT5-Unofficial-70b87be7d33962d44e8dac258d53b6405773f2a0.zip | |
update to explicit dependencies
| -rw-r--r-- | dependencies.gradle | 25 | ||||
| -rw-r--r-- | repositories.gradle | 4 |
2 files changed, 12 insertions, 17 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index dca1d2612f..e35bd99c04 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,26 +3,17 @@ dependencies { shadowImplementation("com.github.GTNewHorizons:AVRcore:master-SNAPSHOT") - compile("com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT:dev") - compile("com.github.GTNewHorizons:Yamcl:master-SNAPSHOT:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.18:dev") + compile("com.github.GTNewHorizons:Yamcl:0.5.82:dev") + compile("com.github.GTNewHorizons:NotEnoughItems:2.1.22-GTNH:dev") + compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev") + compile("com.github.GTNewHorizons:StructureLib:1.0.14:dev") + compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - /*compile("com.github.GTNewHorizons:NotEnoughItems:master-SNAPSHOT:dev") { // Transitive by GT5-Unofficial + compileOnly("com.github.GTNewHorizons:GTplusplus:1.7.24:dev") { transitive = false } - compile("com.github.GTNewHorizons:CodeChickenLib:master-SNAPSHOT:dev") { // Transitive by GT5-Unofficial - transitive = false - } - compile("com.github.GTNewHorizons:StructureLib:master-SNAPSHOT:dev") { // Transitive by GT5-Unofficial - transitive = false - } - compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") { // Transitive by GT5-Unofficial - transitive = false - }*/ - - compileOnly("com.github.GTNewHorizons:GTplusplus:master-SNAPSHOT:dev") { - transitive = false - } - compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:master-SNAPSHOT:dev") { + compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-70-GTNH:dev") { transitive = false } diff --git a/repositories.gradle b/repositories.gradle index 130197c8aa..a161653e0f 100644 --- a/repositories.gradle +++ b/repositories.gradle @@ -2,6 +2,10 @@ repositories { maven { + name = "GTNH Maven" + url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/" + } + maven { name "OpenComputers Repo" url = "http://maven.cil.li/" } |
