Skip to content

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 1505437 commit 672822b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
// Add your dependencies here

dependencies {
compile("com.github.GTNewHorizons:Baubles:master-SNAPSHOT:dev")
compile("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:master-SNAPSHOT:api")
compile("com.github.GTNewHorizons:Baubles:1.0.1.14:dev")
compile("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-70-GTNH:api")

compile("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")

compileOnly("com.github.GTNewHorizons:Botania:master-SNAPSHOT:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:EnderCore:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:EnderCore:0.2.6:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:EnderIO:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.27:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:EnderStorage:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:EnderStorage:1.4.11:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:waila:master-SNAPSHOT:api") {
compileOnly("com.github.GTNewHorizons:waila:1.5.18:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:TinkersConstruct:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.9.0.10-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForgeMultipart:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.2.7:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:CodeChickenLib:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:OpenComputers:master-SNAPSHOT:api") {
compileOnly("com.github.GTNewHorizons:OpenComputers:1.7.5.20-GTNH:api") {
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 = "ic2"
url = "https://maven.ic2.player.to/"
Expand Down

0 comments on commit 672822b

Please sign in to comment.