sbt-native-packager
sbt-native-packager copied to clipboard
sbt Native Packager
## Expected behaviour Commas (`,`) in arguments should be handed over to the application rather than interpreted by the start script. ## Actual behaviour For the linux start script, that's...
It is mentioned in https://github.com/graalvm/container/pkgs/container/graalvm-ce/ that graalvm-ce is deprecated and graalvm-community should be used instead. ## Expected behaviour GraalVMNativeImagePlugin should use https://ghcr.io/graalvm/graalvm-community to pull images. ## Actual behaviour It is...
- What sbt version 1.9.2 - What is your build system (e.g. Ubuntu, MacOS, Windows, Debian ) Linux - What package are you building (e.g. docker, rpm, ...) rpm -...
Observed on `sbt-native-packager` `1.10.4` and scala3 `3.5.1` ``` [error] Dependee packages not found in classpath. You can use jlinkIgnoreMissingDependency to silence these. [error] scala.quoted -> scala [error] scala.quoted.runtime -> scala...