diff --git a/build.gradle b/build.gradle index 1340eab..8b58130 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { repositories { - mavenCentral() + mavenCentral() } dependencies { @@ -24,7 +24,9 @@ targetCompatibility = 1.8 repositories { mavenLocal() maven { url "https://hub.spigotmc.org/nexus/content/groups/public/" } - maven { url "http://repo.dmulloy2.net/content/groups/public/" } + maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } + maven { url "https://jitpack.io" } + maven { url "http://repo.dmulloy2.net/nexus/repository/public/" } mavenCentral() jcenter() } @@ -34,15 +36,15 @@ dependencies { //compile files('/Users/valentin/Sites/mineweb_bridge/guava-17.0.jar') //compile group: 'com.google.guava', name: 'guava', version: '17.0' compile "com.google.code.gson:gson:2.5" - compile ("com.comphenix.protocol:ProtocolLib-API:4.0-SNAPSHOT") { - exclude group: "com.comphenix.executors" - } + compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.4.0"; + implementation 'com.github.SpigotMC:BungeeCord:master-SNAPSHOT' compile 'com.annimon:stream:1.1.1' - compileOnly "org.spigotmc:spigot:1.8-R0.1-SNAPSHOT" + compileOnly "org.spigotmc:spigot-api:1.8-R0.1-SNAPSHOT" compileOnly "org.projectlombok:lombok:1.16.6" - compileOnly "net.md-5:bungeecord-bootstrap:1.8-SNAPSHOT" } + + task fatJar(type: Jar) { from { configurations.compile.collect {