build.gradle fixed it not knowing where CB's maven is

This commit is contained in:
dmodoom sirius 2014-08-18 03:48:05 +00:00
parent 578754c263
commit bc5d72b620

View file

@ -52,10 +52,18 @@ allprojects {
version += ".${System.getenv("BUILD_NUMBER")}"
repositories {
maven {
name 'Calclavia Maven'
url 'http://calclavia.com/maven'
}
repositories {
maven {
url 'http://calclavia.com/maven'
}
maven {
name "Mobius Repo"
url "http://mobiusstrip.eu/maven"
}
maven {
name 'CB Repo'
url "https://chickenbones.net/maven/"
}
maven {
name = "forge"
url = "http://files.minecraftforge.net/maven"