Skip to content
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

Support for Java 21 #238

Closed
melix opened this issue Sep 22, 2023 · 2 comments
Closed

Support for Java 21 #238

melix opened this issue Sep 22, 2023 · 2 comments

Comments

@melix
Copy link

melix commented Sep 22, 2023

I was trying to upgrade my project to Java 21, but I am facing a blocking issue with this plugin, illustrated in this build scan.

The error is:

> Task :jsolex:prepareModulesDir FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':jsolex:prepareModulesDir'.
> Unsupported class file major version 65

This, as far as I understand, should be fixable by upgrading to ASM 9.5 here.

Thanks!

@airsquared airsquared added the Pending Release This issue has been fixed in master and is awaiting a release label Sep 24, 2023
@airsquared
Copy link
Collaborator

Fixed in v3.0.0.

@airsquared airsquared removed the Pending Release This issue has been fixed in master and is awaiting a release label Sep 25, 2023
@melix
Copy link
Author

melix commented Sep 26, 2023

And verified! Thanks a lot for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants