From 70b87be7d33962d44e8dac258d53b6405773f2a0 Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Tue, 18 Jan 2022 20:45:21 -0800 Subject: [PATCH] update to explicit dependencies --- dependencies.gradle | 25 ++++++++----------------- repositories.gradle | 4 ++++ 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index dca1d2612..e35bd99c0 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 130197c8a..a161653e0 100644 --- a/repositories.gradle +++ b/repositories.gradle @@ -1,6 +1,10 @@ // Add any additional repositories for your dependencies here repositories { + maven { + name = "GTNH Maven" + url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/" + } maven { name "OpenComputers Repo" url = "http://maven.cil.li/"