mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
Update lombok and remove antrun to fix compiling with JDK9
* Lombok: Older version resulted in NoSuchFieldEx: pid (fixed since 1.16.8) * JDK9 no longer has a tools.jar because of it's modular system, but ant is no longer required. It was introduced in3e9a2377a8
for GroupManager. Now GM is no longer maintained and removed in *5ca02e6596
(calling the build.xml) *fa0bbde236
(removing the remaining module)
This commit is contained in:
parent
43e520a03e
commit
7e40d13947
2 changed files with 2 additions and 25 deletions
|
@ -1418,4 +1418,4 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
public boolean isDirectHatAllowed() {
|
||||
return config.getBoolean("allow-direct-hat", true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue