Clean up old maven repos, to try and fix build

This commit is contained in:
modmuss50 2019-08-21 19:48:59 +01:00
parent 49b42752a1
commit 2c87620649

View file

@ -1,22 +1,13 @@
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
name = "sonatype"
url = "https://oss.sonatype.org/content/repositories/snapshots/"
name = "Modmuss50"
url = "https://maven.modmuss50.me/"
}
maven {
url "https://plugins.gradle.org/m2/"
}
maven {
name = "CB Repo"
url = "http://chickenbones.net/maven"
}
maven {
name = "Modmuss50"
url = "http://maven.modmuss50.me/"
}
}
dependencies {
classpath "net.fabricmc:fabric-loom:0.2.5-SNAPSHOT"
@ -42,12 +33,7 @@ targetCompatibility = 1.8
repositories {
maven {
name = "Modmuss50"
url = "http://maven.modmuss50.me/"
}
maven {
// JEI
name "JEI"
url "http://dvs1.progwml6.com/files/maven"
url = "https://maven.modmuss50.me/"
}
maven {
name = 'sponge'