sbt-native-packager icon indicating copy to clipboard operation
sbt-native-packager copied to clipboard

Graalvm plugin documentation is not correct

Open jaroslawZawila opened this issue 2 months ago • 0 comments

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

jaroslawZawila avatar May 02 '24 08:05 jaroslawZawila