Replies: 1 comment
-
I did get it to work by adding this to my build.gradle file:
But is this the intended way to do it? |
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 tried generating a docker image from an empty project with the Micronaut lauch website but when I try to run the gradle task
dockerBuildNative
my
build/docker/native-main/DockerfileNative
first line is
FROM ghcr.io/graalvm/native-image-community:17-ol9 AS graalvm
and I get an error
even though my JAVA_HOME is pointing to 21, gradle is 8.5 and build.gradle has
How to configure it correctly?
Beta Was this translation helpful? Give feedback.
All reactions