See if we can't force the actual P2 maven

This commit is contained in:
dordsor21 2018-12-17 13:44:03 +00:00
parent 5d0d461baf
commit f0fbd34d3c
2 changed files with 3 additions and 1 deletions

View File

@ -94,13 +94,13 @@ subprojects {
}
repositories {
mavenLocal()
maven {url "https://mvnrepository.com/artifact/"}
mavenCentral()
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/"}
mavenLocal()
maven {url "http://empcraft.com/maven2"}
maven {url "https://hub.spigotmc.org/nexus/content/groups/public/"}
maven {url "http://maven.sk89q.com/repo/"}

View File

@ -1,5 +1,6 @@
repositories {
flatDir {dirs 'lib'}
maven {url "http://ci.athion.net/job/PlotSquared/ws/mvn/"}
}
dependencies {
testCompile 'junit:junit:4.12'
@ -7,6 +8,7 @@ dependencies {
compile 'com.google.code.gson:gson:2.2.4'
compile 'net.fabiozumbi12:redprotect:1.9.6'
compile group: "com.plotsquared", name: "plotsquared-api", version: "latest"
compile 'com.intellectual'
compile 'org.primesoft:BlocksHub:2.0'
compile 'com.github.luben:zstd-jni:1.1.1'
// compile 'org.javassist:javassist:3.22.0-CR1'