Graalvm plugin documentation is not correct
jaroslawZawila opened this issue · 0 comments
jaroslawZawila commented
Expected behaviour
When run the command from the documentation I expect them to work as described.
containerBuildImage := Some("my-docker-username/graalvm-ce-native-image:19.1.1")
but below works.
GraalVMNativeImage / containerBuildImage := Some("my-docker-username/graalvm-ce-native-image:19.1.1")
Actual behaviour
The command is not working as expected
E.g. "sbt stage
generates a tar.gz file"
Information
sbt-native-packager: Method...
sbt: 1.9.9
os: MacOS
build: graalvm