Ignore transitive dependencies for MapManager
This commit is contained in:
parent
4d08c1229b
commit
371e1bb27e
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user