Fix PlotSquared maven repo link

This commit is contained in:
NotMyFault 2019-03-21 19:41:41 +01:00
parent 4bd026239d
commit a1ffd3d5ff
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ subprojects {
maven {url "http://repo.dmulloy2.net/content/groups/public/"}
maven {url "https://repo.destroystokyo.com/repository/maven-public//"}
maven {url "http://ci.emc.gs/nexus/content/groups/aikar/" }
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,6 +1,6 @@
repositories {
flatDir {dirs 'lib'}
maven {url "http://ci.athion.net/job/PlotSquared/ws/mvn/"}
maven {url "http://ci.athion.net/job/PlotSquared-Legacy/ws/mvn/"}
}
dependencies {
testCompile 'junit:junit:4.12'