diff --git a/bukkit/build.gradle b/bukkit/build.gradle index f53287d9..a7af4835 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -31,7 +31,9 @@ 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.4.0-SNAPSHOT') { + transitive = false + } } clean { delete "../target" }