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 in 3e9a2377a8
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:
games647 2018-03-13 16:05:27 +01:00
parent 43e520a03e
commit 7e40d13947
No known key found for this signature in database
GPG key ID: BFC68C8708713A88
2 changed files with 2 additions and 25 deletions

View file

@ -1418,4 +1418,4 @@ public class Settings implements net.ess3.api.ISettings {
public boolean isDirectHatAllowed() {
return config.getBoolean("allow-direct-hat", true);
}
}
}