Add p2 v4 compat.

Anyone that hasn't built FAWE before won't be able to build it again as the v4 repo doesn't exist - it relies on local gradle cache.
This commit is contained in:
dordsor21
2020-04-22 08:10:17 +01:00
parent 9636f35e45
commit 8bde932354
11 changed files with 754 additions and 4 deletions

View File

@ -9,6 +9,7 @@ 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/") }