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!