From 3d8c63e1f2e414f4d73688820969ffc65af52978 Mon Sep 17 00:00:00 2001 From: modmuss50 <modmuss50@gmail.com> Date: Tue, 22 Mar 2016 11:38:41 +0000 Subject: [PATCH] Clean up maven repos --- build.gradle | 57 +--------------------------------------------------- 1 file changed, 1 insertion(+), 56 deletions(-) diff --git a/build.gradle b/build.gradle index 2bb697785..90b84dcc7 100644 --- a/build.gradle +++ b/build.gradle @@ -24,43 +24,14 @@ targetCompatibility = 1.8 repositories { - maven { - name = "ic2" - url = "http://maven.ic2.player.to/" - } - maven { - name "Mobius Repo" - url "http://mobiusstrip.eu/maven" - } - maven { - name 'CB Repo' - url "http://chickenbones.net/maven/" - } maven { name = "Modmuss50" url = "http://maven.modmuss50.me/" } - maven { - name = "Qmunity" - url = "http://maven.bluepowermod.com/" - } maven { name "TiC" url "http://dvs1.progwml6.com/files/maven" } - ivy { - name = 'ThaumCraft 4 API' - artifactPattern 'https://dl.dropboxusercontent.com/u/47135879/[module]-1.9-[revision]-[classifier].[ext]' - } - ivy { - name "MineTweaker3" - // artifactPattern "http://minetweaker3.powerofbytes.com/download/[module]-[classifier]-[revision].[ext]" //This is the offical MT download url - artifactPattern "http://www.blamejared.com/content/[module]-[classifier]-Full-[revision].[ext]" //This is a forked version of it to allow 1.8.8 support. - } - ivy { - name "BuildCraft" - artifactPattern "https://github.com/AlexIIL/BuildCraft/releases/download/[revision]/[module]-[classifier].[ext]" - } maven { name = "Amadornes" url "http://maven.amadornes.com/" @@ -84,7 +55,7 @@ minecraft { mappings = "snapshot_20160316" replace "@MODVERSION@", project.version // makeObfSourceJar = false - // useDepAts = true + useDepAts = true runDir = "run" } @@ -104,35 +75,9 @@ dependencies { if(!f.exists()){ f.mkdir() } - // compile 'net.industrial-craft:industrialcraft-2:2.2.796-experimental:dev' - // shade 'net.industrial-craft:industrialcraft-2:2.2.796-experimental:api' - // compile "codechicken:CodeChickenLib:1.7.10-1.1.3.140:dev" - // compile "codechicken:CodeChickenCore:1.7.10-1.0.7.+:dev" - // compile "codechicken:NotEnoughItems:1.7.10-1.0.5.+:dev" - // compile "codechicken:ForgeMultipart:1.7.10-1.2.0.345:dev" -// compile ("mcp.mobius.waila:Waila:1.6.0-B3_1.8.8:dev") { - // exclude group: 'mcp.mobius.waila' - // } - // compile "qmunity:QmunityLib:0.2.+:deobf" - // compile "com.pahimar.ee3:EquivalentExchange3:1.7.10-0.3.507:dev" - // compile "net.sengir.forestry:forestry_1.7.10:4.2.0.47:dev" - // shade "net.sengir.forestry:forestry_1.7.10:4.2.0.47:api" - // compile "slimeknights:TConstruct:1.8.8-2.0.1.jenkins11:deobf" - // compile "mods.natura:natura:1.7.10-107.779621d:deobf" - // compile "slimeknights.mantle:Mantle:1.8.8-0.6.jenkins60:deobf" - // compile "com.github.glitchfiend.biomesoplenty:BiomesOPlenty:1.8.9-3.0.0.1923:deobf" - // compile 'Azanor:Thaumcraft:5.1.6:deobf@jar' - // compile "com.github.azanor:baubles:1.1.3.0:deobf@jar" - // compile name: "CraftTweaker", version: "1.8.8-3.0.0", classifier: "Dev" - // shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-5:api' compile 'RebornCore:RebornCore-1.9:2.0.0.+:dev' deobfCompile "mezz.jei:jei_1.9:3.0.+" deobfCompile 'MCMultiPart:MCMultiPart:1.1.0:universal' - - // println("Downloading dependencies that have no maven :/") - //This is done becuase - // grabDep('buildcraft-7.2.0-pre12', 'http://modmuss50.me/files/buildcraft-7.2.0-pre12-deobf.jar') - // compile files("dep/buildcraft-7.2.0-pre12.jar") }