Using custom version of Java and GraalVM for native builds #9103
Replies: 1 comment
-
My bad, there is no and there will be no version of GraalVM for version 19 of Java since it is not an LTS version... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a micronaut app, configured to build with Java 19:
When creating the native image as follows:
I get this error:
Looking at the build logs I see:
Is there a way to configure the dockerBuildNative task to use java 19 instead of
ghcr.io/graalvm/native-image:ol7-java17-22.3.0 AS graalvm
?Beta Was this translation helpful? Give feedback.
All reactions