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

sbt Native Packager

Results 158 sbt-native-packager issues
Sort by recently updated
recently updated
newest added

## Expected behaviour Create a native-image using sbt-native-packager plugin ## Actual behaviour I followed the docs https://sbt-native-packager.readthedocs.io/en/stable/formats/graalvm-native-image.html and then the following instructions were executed: - `git clean -xdf` - `sbt...

graalvm

The Docker plugin attempts to detect the current running Docker version, and validate that the selected permission strategy is compatible with the detected version. > If None is detected, it...

docker

Hi, We want to ship our own jre with the application. The application runs through one of the bash/bat scripts generated by the sbt build tool using universal plugin as...

feature request
universal

## Expected behaviour `Universal/mappings` contains artifacts for all projects this project depends upon. ## Actual behaviour `Universal/mappings` does not include the artifacts for projects that have `publishArtifact := false`. ##...

universal

## Expected behaviour `sbt stage` or `sbt universal:packageBin` generates fowarder script and additional main class should be succesfully executed by bat script E.g. "`sbt stage` generates a zip file" ##...

windows
bug

@muuki88 I wish you guys wrote more in documentation because upgrading from .2 to .20 pretty much broke all my builds. Setting `dockerPermissionStrategy := DockerPermissionStrategy.None` is not helping. I'm still...

documentation
docker

## Expected behaviour Using the `bash-template`, passing in `$JAVA_OPTS` which include (quoted) spaces: ```bash JAVA_OPTS='-XX:+HeapDumpOnOutOfMemoryError -Duser.country=US -XX:OnOutOfMemoryError="/bin/handle_heap_dump.sh %p"' ``` Calling the runner: ```bash target/universal/stage/bin/runner foo bar ``` I would expect...

universal

## Expected behaviour When building packages using the AshScriptPlugin and the DockerPlugin Running `docker-compose up` Should generate no warnings or errors from the shell ## Actual behaviour Running `docker-compose up'...

Needs Info / Test Case
docker

## Expected behaviour `sbt windows:packageBin` get windows package msi ## Actual behaviour get error: ```bash [info] light.exe : error LGHT0182 : Cannot find the table definitions for the 'SecureObjects' table....

windows
bug

https://wiki.alpinelinux.org/wiki/Alpine_package_format

feature request