-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: update to kotlin 1.9.21 #127
Conversation
ed589c5
to
9d2a398
Compare
Tests are still failing in native-image. I'll have to double check that the paketo builder is using the correct graalvm version during builds. |
Tests are now passing but the project currently requires at least java 21 to run. This is likely not a huge issue but would force us to release this as a new major version although the change is only necessary for GraalVM (see oracle/graal#6957 (comment)). I'll investigate the following solutions:
|
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Building the native image locally using |
The build failed because i removed the One quirk remains: the actual (native) build environment differs from the (native) test environment. Tests require |
* also removed the sonar-coverage profile
af1212c
to
1be600f
Compare
Quality Gate passedIssues Measures |
## [1.0.12-next.1](v1.0.11...v1.0.12-next.1) (2024-03-31) ### Bug Fixes * update to kotlin 1.9.21 ([#127](#127)) ([c72580e](c72580e))
Now requires at least Java 21 -> new major release
This PR tries to update to the latest kotlin version as described here: oracle/graal#6957 (comment)