Clean up maven repos

This commit is contained in:
modmuss50 2016-03-22 11:38:41 +00:00
parent 1c297634d7
commit 3d8c63e1f2

View file

@ -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")
}