-
Notifications
You must be signed in to change notification settings - Fork 63
No longer compatible with java11? #356
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
Comments
Hello @loosebazooka, intentional and unintentional at the same time? .. 😅 I configured and merged the gradle.build.kts changes so it will not run older jvms.. Could set the JVM |
I think if you're not using Java17 features, it shouldn't matter if you're keep both values at Setting
|
I figure it's reasonable and right to keep the backward compatibility, as the tool is used for older (not as fast running, not looking back dude thinking me 🙈) could call inn som people with a little better understanding about the problem here: |
I don't see any issues with going back to 11, at least until the official support ends (in september 2023 iirc). |
@ybelMekk Lets go back to 11 |
thanks for the quick release! |
This is on me. Thanks for reporting 🥇 |
When moving from 0.5.1 -> 0.5.5 in gradle it looks like java11 compatibility was lost? Is this intentional? See the "org.gradle.jvm.version" attributes in modules files:
https://repo1.maven.org/maven2/no/nav/security/mock-oauth2-server/0.5.3/mock-oauth2-server-0.5.3.module
https://repo1.maven.org/maven2/no/nav/security/mock-oauth2-server/0.5.1/mock-oauth2-server-0.5.1.module
Forces me to run all my tests in Java17. I need to run them in 11 and 17.
The text was updated successfully, but these errors were encountered: