build.gradle fixed it not knowing where CB's maven is
This commit is contained in:
parent
578754c263
commit
bc5d72b620
1 changed files with 12 additions and 4 deletions
16
build.gradle
16
build.gradle
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue