Make master build (probably)

This commit is contained in:
NotMyFault 2019-03-24 20:58:05 +01:00
parent 83bdb3c8e8
commit a64ff8f299
2 changed files with 2 additions and 3 deletions

View File

@ -75,7 +75,6 @@ subprojects {
repositories {
mavenCentral()
maven { url "http://repo.bukkit.org/content/groups/public" }
maven { url "http://maven.sk89q.com/repo/" }
maven { url "http://repo.maven.apache.org/maven2" }
// Fawe
@ -83,7 +82,7 @@ subprojects {
maven {url "https://mvnrepository.com/artifact/"}
maven {url "http://repo.dmulloy2.net/content/groups/public/"}
maven {url "https://repo.destroystokyo.com/repository/maven-public//"}
maven {url "http://ci.athion.net/job/PlotSquared/ws/mvn/"}
maven {url "http://ci.athion.net/job/PlotSquared-Legacy/ws/mvn/"}
mavenLocal()
maven {url "http://empcraft.com/maven2"}
maven {url "https://hub.spigotmc.org/nexus/content/groups/public/"}

View File

@ -1,7 +1,7 @@
apply plugin: 'eclipse'
apply plugin: 'idea'
repositories {
maven {url "http://ci.athion.net/job/PlotSquared/ws/mvn/"}
maven {url "http://ci.athion.net/job/PlotSquared-Legacy/ws/mvn/"}
}
dependencies {
compile 'de.schlichtherle:truezip:6.8.3'