mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 10:21:45 -04:00
reducing build.gradle
This commit is contained in:
parent
8d88844b07
commit
e5aa71dc52
115
build.gradle
115
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user