From e5aa71dc52385bd40c55b47c1a789c2bc3af8e25 Mon Sep 17 00:00:00 2001 From: payonel Date: Mon, 27 Aug 2018 10:23:17 -0700 Subject: [PATCH] reducing build.gradle --- build.gradle | 115 +-------------------------------------------------- 1 file changed, 1 insertion(+), 114 deletions(-) diff --git a/build.gradle b/build.gradle index acfc2ed0e..e88d08ce5 100644 --- a/build.gradle +++ b/build.gradle @@ -71,122 +71,9 @@ if (JavaVersion.current().isJava8Compatible()) { repositories { maven { - name = "TIS-3D" + name = "mightypirates" url = "http://maven.cil.li/" } - maven { - url "http://maven.epoxide.xyz" - } - maven { - url "http://dvs1.progwml6.com/files/maven" - } - maven { - name = "mobius" - url = "http://mobiusstrip.eu/maven" - } - maven { - name = "ComputerCraft Nightly" - url = "http://cc.crzd.me/maven/" - } - maven { - name = "CurseForge" - url = "https://minecraft.curseforge.com/api/maven/" - } - maven { - name = "MCMP" - url "http://maven.amadornes.com/" - } - maven { - name = "ic2, forestry" - url = "http://maven.ic2.player.to/" - } - /* - maven { - name = "BluePower" - url = "http://maven.bluepowermod.com/" - }*/ - maven { - name = "chickenbones" - url = "http://chickenbones.net/maven/" - } - maven { - name = "IGW" - url = "http://maven.k-4u.nl/" - } - maven { - name 'EnderIO' - url "http://maven.tterrag.com" - } - /* - maven { - name = "dmodoomsirius" - url = "http://api.dmodoomsirius.me/" - } - maven { - name = "ue" - url = "http://calclavia.com/maven/" - } - maven { - name "FireBall API Depot" - url "http://dl.tsr.me/artifactory/libs-release-local" - } - maven { - name 'ProjectRed' - url 'http://files.projectredwiki.com/maven/' - } - // ivy { - // name 'ColoredLightCore' - // artifactPattern "http://coloredlightscore.us.to:8080/job/ColoredLightsCore%20v1.7.10/${config.coloredlights.build}/artifact/build/libs/[module]-[revision]-[classifier].[ext]" - // } - ivy { - name "BuildCraft" - artifactPattern "http://www.mod-buildcraft.com/releases/BuildCraft/[revision]/[module]-[revision]-[classifier].[ext]" - } - ivy { - name 'Galacticraft' - artifactPattern "http://ci.cil.li/job/Galacticraft/${config.gc.build}/artifact/build/libs/[module]-1.7-[revision].${config.gc.build}.[ext]" - } - */ - ivy { - name 'Mekanism' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.mekanism.cf}/[module]-[revision].[ext]" - } - /* - ivy { - name 'immibis' - artifactPattern "https://dl.dropboxusercontent.com/u/2944265/mods/autobuilt/files/[module]-[revision].[ext]" - } - ivy { - name 'CoFHLib' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.cofhlib.cf}/[module]-[revision].[ext]" - } - ivy { - name 'CoFHCore' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.cofhcore.cf}/[module]-[revision].[ext]" - } - ivy { - name 'MineFactoryReloaded' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.mfr.cf}/[module]-[revision].[ext]" - } - ivy { - name 'Railcraft' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.rc.cf}/[module]_[revision].[ext]" - } - ivy { - name 'BloodMagic' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.bloodmagic.cf}/[module]-${config.minecraft.version}-[revision].[ext]" - } - */ - ivy { - name 'ExtraCells' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.extracells.cf}/[module]-[revision].[ext]" - } - /* - ivy { - name 'ThaumicEnergistics' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.thaumicenergistics.cf}/[module]-[revision].[ext]" - } - */ } configurations {