-
Notifications
You must be signed in to change notification settings - Fork 39
Delombok fails on Java 21 #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There appears to be some related info mentioned here, projectlombok/lombok#3393. Adding |
Did you notice the new release? |
@awhitford Please update |
@awhitford I created #180 to update Lombok and Jacoco Maven plugin so this plugin can support Java 21. |
This maven plugin seems to be dead in the water. To work around the problem, just specify the dependency yourself.
|
Actually @eivinhb solution worked fine for me. @awhitford would be great to be this project updated. Thanks in advance. |
For me, adding the Lombok Maven plugin for |
…locally Pass lombok version to lombok-maven-plugin explicitly, as the default version is not up-to-date. See: awhitford/lombok.maven#179 (comment)
…locally Pass lombok version to lombok-maven-plugin explicitly, as the default version is not up-to-date. See: awhitford/lombok.maven#179 (comment)
…locally Pass lombok version to lombok-maven-plugin explicitly, as the default version is not up-to-date. See: awhitford/lombok.maven#179 (comment)
While there's a work-around for Java 17, delombok-ing does not work for Java 21. I used sdkman to download and install Graal CE v21. Then I tried to compile a project of mine, see output.
Key error seems to be
The text was updated successfully, but these errors were encountered: