From 783fda82bfeb0f0d52f31cbbccd09b7e1610cbc4 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Mon, 17 Dec 2018 11:47:06 +0000 Subject: [PATCH] Should fix build --- build.gradle | 1 - bukkit/build.gradle | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8e08b294..aab6a7fa 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,6 @@ subprojects { maven {url "http://ci.frostcast.net/plugin/repository/everything"} maven {url "http://maven.sk89q.com/artifactory/repo"} maven {url "http://repo.spongepowered.org/maven"} - maven {url "https://repo.inventivetalent.org/content/groups/public/"} maven {url "http://dl.bintray.com/tastybento/maven-repo"} } } diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 9e602560..e9f7cb94 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -31,7 +31,7 @@ dependencies { compile 'org.bukkit.craftbukkit:CraftBukkit:1.8.8' compile 'com.comphenix.protocol:ProtocolLib-API:4.4.0-SNAPSHOT' compile 'com.wasteofplastic:askyblock:3.0.8.2' - compile('org.inventivetalent:mapmanager:1.4.0-SNAPSHOT') { + compile('org.inventivetalent:mapmanager:1.7.1-SNAPSHOT') { transitive = false } }