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 18, 2022
1 parent 6046bf4 commit 6726178
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Add your dependencies here

dependencies {
compile("com.github.GTNewHorizons:waila:master-SNAPSHOT:dev")
compile("com.github.GTNewHorizons:waila:1.5.18:dev")
compileOnly("curse.maven:minefactory-reloaded-66672:2366150")
compileOnly("net.sengir.forestry:forestry_1.7.10:4.2.9.57:dev")
compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.4:dev")
compileOnly("com.mod-buildcraft:buildcraft:7.1.23:dev") // Needed by Forestry
}
12 changes: 12 additions & 0 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
// Add any additional repositiroes for your dependencies here

repositories {
maven {
name = "GTNH"
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/"
}
maven {
name = "ic2"
url = "https://maven.ic2.player.to/"
metadataSources {
mavenPom()
artifact()
}
}
maven {
url "https://cursemaven.com"
}
Expand Down

0 comments on commit 6726178

Please sign in to comment.