build.gradle

This commit is contained in:
Tschipp 2017-08-20 00:27:12 +02:00
parent 20294c004d
commit 07b882da12

View File

@ -33,8 +33,6 @@ minecraft {
repositories { repositories {
maven { url 'http://maven.epoxide.org' }
ivy { ivy {
name "LatMod" name "LatMod"
artifactPattern "http://mods.latmod.com/[module]/[revision]/[module]-[revision](-[classifier]).[ext]" artifactPattern "http://mods.latmod.com/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"
@ -45,7 +43,6 @@ repositories {
dependencies { dependencies {
deobfCompile "net.darkhax.gamestages:GameStages-1.11.2:1.0.11"
deobfCompile "LatMod:FTBUtilities:1.1x-3.6.5" deobfCompile "LatMod:FTBUtilities:1.1x-3.6.5"
deobfCompile "LatMod:FTBLib:1.1x-3.6.5" deobfCompile "LatMod:FTBLib:1.1x-3.6.5"