awhitford / lombok.maven

Maven Plugin for Project Lombok
http://projectlombok.org/
MIT License
110 stars 36 forks source link

Delombok plugin fails with Java 20+ #164

Closed lprimak closed 1 year ago

lprimak commented 1 year ago

When trying to use delombok plugin with Java 20, I get the following error: [ERROR] Failed to execute goal org.projectlombok:lombok-maven-plugin:1.18.20.0:delombok (default) on project flowlogix-jee: Unable to delombok: InvocationTargetException: var -> [Help 1]

Thank you!

lprimak commented 1 year ago

Looks like the issue is with lombok itself, and not the plugin