Update this here as well

This commit is contained in:
Alexander Söderberg 2016-08-04 16:50:37 +02:00 committed by GitHub
parent 77fb329c9e
commit 9b95990ba6

View File

@ -1,7 +1,7 @@
repositories { repositories {
maven {url "https://hub.spigotmc.org/nexus/content/groups/public/"} maven {url "https://hub.spigotmc.org/nexus/content/groups/public/"}
maven { url = "https://oss.sonatype.org/content/repositories/snapshots/"} maven { url = "https://oss.sonatype.org/content/repositories/snapshots/"}
maven {url "http://nexus.theyeticave.net/content/repositories/pub_releases"} maven {url "http://nexus.hc.to/content/repositories/pub_releases"}
} }
dependencies { dependencies {
@ -39,4 +39,4 @@ shadowJar.doLast {
ant.checksum file: task.archivePath ant.checksum file: task.archivePath
} }
build.dependsOn(shadowJar); build.dependsOn(shadowJar);