You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
This, as far as I understand, should be fixable by upgrading to ASM 9.5 here.
Thanks!
The text was updated successfully, but these errors were encountered: