File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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" ) {
You can’t perform that action at this time.
0 commit comments