MilkBowl / Vault

Vault of common APIs for Bukkit Plugins
GNU Lesser General Public License v3.0
495 stars 350 forks source link

Support newer JDKs for building #892

Closed Geolykt closed 2 years ago

Geolykt commented 2 years ago

Apparently the ancient version of lombok used by a dependency is not compatible with newer versions of java. As Vault proper did not make use of lombok, it can be safely removed without declaring an alternative.

This commit allows Vault to build under Java 17.

Resolves #879

cerealcable commented 2 years ago

@Geolykt If you rebase this PR onto master this PR should pass.

Geolykt commented 2 years ago

Let's see

cerealcable commented 2 years ago

This PR makes me want to remove native craftconomy3 support in Vault. I wonder if the devs of that plugin would migrate now to the hooks we have.