-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
use kotlin-1.9, force java-11 target. #5113
use kotlin-1.9, force java-11 target. #5113
Conversation
kotlin-1.9 knows java-20. setting java-11 as target a little more harsh than currently.
it looks like current develop branch is broken:
|
@soloturn slight distinction to make. I believe that pulling latest You might need to do the same for ModuleTestingEnvironment (not sure it's in one of the default line-ups, though). |
@skaldarnar this worked, thank you. with newest versions on arch linux, jvm crash is still there, i.e. linux 6.4.2.arch1-1, openjdk 20.0.1.u9-3 with mesa-23.1.3-1, does this work for you on a different platform?
|
Could you try this with the changes from #5107? That PR is supposed to enable the SecurityManager only if supported, and gracefully ignore it otherwise (for instance, when run with newer Java). |
kotlin-1.9 knows java-20. setting java-11 as target a little more harsh than currently, source version 11 does weak checks. target 11 is important for the current codebase to work.