-
Notifications
You must be signed in to change notification settings - Fork 59
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
Unable to run Eclipse Transformer on Java 21 using the Maven plugin #519
Comments
Yes, this is a known issue. See #475. The work around is to configure the plugin to use the 7.0.0 versions of the bnd dependencies. See #475 (comment) for why we cannot update this build to use bnd 7.0.0. |
@bjhargrave Can we get this documented somewhere prominent? This took way to much time to find out and as Java 21 is going to be more common as it has been out now for a while .... |
Perhaps you can make a PR for the project readme? |
@bjhargrave See #529 for the PR |
Fixes #519 - Unable to run Eclipse Transformer on Java 21 using the Maven plugin
To make it work I had to add the following dependency to the 0.5.0 version of the Maven plugin:
The text was updated successfully, but these errors were encountered: