3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-09 03:58:04 +02:00

Remove unneeded repository

PlotSquared 4 and PlotSquared 5 are both on the same maven repo
Dieser Commit ist enthalten in:
MattBDev 2020-04-24 15:54:40 -04:00
Ursprung 820ae19dc2
Commit 77a2f1bc41
2 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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/") }

Datei anzeigen

@ -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()
}