From fa0024041fc6bdab665160c1a217bdc9cb3be34e Mon Sep 17 00:00:00 2001 From: NavidK0 Date: Mon, 21 Mar 2016 19:24:27 -0400 Subject: [PATCH] Clean depends --- build.gradle | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build.gradle b/build.gradle index 9c0aa5d5..b2e355a4 100644 --- a/build.gradle +++ b/build.gradle @@ -14,17 +14,6 @@ ext.disguisesVersion = '9.0.2' [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' repositories { - mavenCentral() - - maven { - name 'Spigot' - url 'https://hub.spigotmc.org/nexus/content/groups/public/' - } - - maven { - url 'https://oss.sonatype.org/content/groups/public/' - } - maven { name 'dmulloy2-repo' url 'http://repo.dmulloy2.net/content/groups/public/' @@ -101,7 +90,6 @@ file('libs').mkdirs() ant.get src: 'http://server.o2gaming.com/downloads/spigot-1.9.jar', dest: file('libs'), verbose: false, skipexisting: true dependencies { - compile "org.spigotmc:spigot-api:$project.ext.spigotVersion" compile 'com.comphenix.protocol:ProtocolLib:3.7.0-SNAPSHOT' compile name: 'spigot-1.9' testCompile group: 'junit', name: 'junit', version: '4.10'