Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
update to explicit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Jan 19, 2022
1 parent 575e18c commit 70b87be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
25 changes: 8 additions & 17 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
4 changes: 4 additions & 0 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 70b87be

Please sign in to comment.