Skip to content

Commit ded185c

Browse files
committed
update to explicit dependencies
1 parent 89ae656 commit ded185c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

dependencies.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
// Add your dependencies here
22

33
dependencies {
4-
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:master-SNAPSHOT:api") {
4+
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-70-GTNH:api") {
55
transitive = false
66
}
7-
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT:dev") {
7+
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.17:dev") {
88
transitive = false
99
}
10-
compileOnly("com.github.GTNewHorizons:NotEnoughItems:master-SNAPSHOT:dev") {
10+
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.1.22-GTNH:dev") {
1111
transitive = false
1212
}
13-
compileOnly("com.github.GTNewHorizons:waila:master-SNAPSHOT:dev") {
13+
compileOnly("com.github.GTNewHorizons:waila:1.5.18:dev") {
1414
transitive = false
1515
}
1616

repositories.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// Add any additional repositories for your dependencies here
22

33
repositories {
4+
maven {
5+
name = "GTNH"
6+
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/"
7+
}
48
maven {
59
url "https://cursemaven.com"
610
}

0 commit comments

Comments
 (0)