diff --git a/FlightControl/build.gradle b/FlightControl/build.gradle index 96417633..39514b57 100644 --- a/FlightControl/build.gradle +++ b/FlightControl/build.gradle @@ -30,7 +30,7 @@ dependencies { compileOnly ('com.palmergames.bukkit.towny:towny:0.100.4.2') { exclude(group: "*") } // https://github.com/TownyAdvanced/Towny, CC BY-NC-ND 3.0 compileOnly ('com.github.Angeschossen:LandsAPI:7.9.16') { exclude(group: "*") } // https://github.com/Angeschossen/LandsAPI, None compileOnly ('com.github.TechFortress:GriefPrevention:17.0.0') { exclude(group: "*") } // https://github.com/TechFortress/GriefPrevention, GPL-3.0 - compileOnly ('com.griefdefender:api:2.1.0-SNAPSHOT') { exclude(group: "*") } // https://github.com/bloodmc/GriefDefenderAPI, MIT + compileOnly ('com.griefdefender:api:2.1.1-SNAPSHOT') { exclude(group: "*") } // https://github.com/bloodmc/GriefDefenderAPI, MIT compileOnly ('world.bentobox:bentobox:2.5.4-SNAPSHOT') { exclude(group: "*") } // https://github.com/bentoboxworld compileOnly ('net.william278.husktowns:husktowns-bukkit:3.0.5') { exclude(group: "*") } // https://github.com/WiIIiam278/HuskTowns compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.1") { exclude(group: "*") }