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
We are trying to compile for Java 8 with `-target 1.8 -source 1.8 `at compile time
but the JRuby jar file (jruby.jar) is compiled with Java 21
- Error message: `class file has wrong version 65.0, should be 61.0`
- version 65.0 = Java 21
- version 61.0 = Java 17
0 commit comments