Remove unneeded repository

PlotSquared 4 and PlotSquared 5 are both on the same maven repo
This commit is contained in:
MattBDev 2020-04-24 15:54:40 -04:00
parent 820ae19dc2
commit 77a2f1bc41
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ fun Project.applyCommonConfiguration() {
mavenCentral()
mavenLocal()
maven { url = uri("https://plotsquared.com/mvn/") }
maven { url = uri("http://ci.athion.net/job/PlotSquared-breaking/ws/mvn/") }
maven { url = uri("https://maven.sk89q.com/repo/") }
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
maven { url = uri("https://ci.athion.net/plugin/repository/tools/") }

View File

@ -15,7 +15,6 @@ plugins {
repositories {
maven { url = uri("https://plotsquared.com/mvn") }
maven { url = uri("http://ci.athion.net/job/PlotSquared-breaking/ws/mvn/") }
mavenCentral()
}