-
Notifications
You must be signed in to change notification settings - Fork 29
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
Failed to run on Java 21 #278
Comments
@anbusampath did you find any solution? |
One solution you should be able to use is to manage the plugin (temporarily) in your project and define newer Versions of the ASM Libraries as direct plugin dependencies. As the error only stems from ASM not being able to read the newer bytecode it is enough to use an up-to-date version that supports the newer bytecode levels.
|
note to others that may be experiencing this issue if you are using a repo and the pom you want to analyze inherits from the pom defining the plugin be sure to push your parent pom to remote and then do a mvn -U clean to ensure the pom being analyzed gets the update with the specific asm version that resolves the issue |
Execution default-cli of goal se.kth.castor:depclean-maven-plugin:2.0.6:depclean failed: Unsupported class file major version 65
The text was updated successfully, but these errors were encountered: