Skip to content

Commit 67649b9

Browse files
davenonymousthraaawn
authored andcommitted
fix build issues
1 parent 7eeecd1 commit 67649b9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ repositories {
4949
url "http://dvs1.progwml6.com/files/maven"
5050
}
5151

52+
maven { // jei by ip, because travis couldn't resolve it?!
53+
name "Progwml Repo"
54+
url "http://104.168.20.187/files/maven"
55+
}
56+
5257
maven {
5358
name = "CoFH Maven"
5459
url = "http://maven.covers1624.net"
@@ -91,7 +96,9 @@ dependencies {
9196
transitive = false
9297
}
9398

94-
deobfCompile("cofh:CoFHCore:${config.minecraft.version}-${config.cofh.core.version}:universal")
99+
deobfCompile("cofh:CoFHCore:${config.minecraft.version}-${config.cofh.core.version}:universal") {
100+
transitive = false
101+
}
95102

96103
// And some runtime-dependencies for the above two libraries.
97104
runtime("cofh:ThermalFoundation:${config.minecraft.version}-${config.cofh.thermalfoundation.version}:universal") {

0 commit comments

Comments
 (0)