sbt-native-packager
sbt-native-packager copied to clipboard
sbt Native Packager
TLDR: `publishTask` first triggers `publishLocalTask` which runs `docker build` even for multiplatform builds that require `docker buildx build`; `docker buildx build` is only triggered in the `publishTask` later. I'd guess...
## Expected behavior `dockerBuildInit := true` should build an image with `tini` as the entrypoint ## Actual behavior ``` [error] unknown flag: --init [error] See 'docker build --help'. [error] java.lang.RuntimeException:...
## Expected behaviour `graalvm-native-image:packageBin` produce an executable, that can be execute from anywhere if exported. ## Actual behaviour `graalvm-native-image:packageBin` produce an executable, that work properly if started in `target/graalvm-native-image`. But...
Hello! I've been trying to create a .pkg that I can forward to other mac users to use my application. This is my current build.sbt ``` val scala3Version = "3.2.1"...
Not sure if the maintainers are aware, but there is discussion at sbt 2.x potentially removing custom configs which this project uses pretty heavily (i.e. `Debian`/`Docker` are treated as their...
## Expected behaviour /opt/docker/bin/ works ## Actual behaviour /opt/docker/bin/: line 71: require_arg: not found ## Information - What sbt-native-packager are you using 1.3.20 - What sbt version 1.5.5 - What...
When running `sbt windows:packageBin`, I get errors with duplicate script file entries in the generated _WiX_ `.wxs` file, but only if the `JDKPackagerPlugin` is enabled; if this plugin is not...
## Expected behaviour Using the installation instructions (https://github.com/sbt/sbt-native-packager?tab=readme-ov-file#installation) for tagged releases (i.e. those listed in https://github.com/sbt/sbt-native-packager/tags) should install the plugin. ## Actual behaviour Only specific versions have been published, therefore...
## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.9.9` to `1.10.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.0) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.9...v1.10.0) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.19` to `2.13.14` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version Diff](https://github.com/scala/scala/compare/v2.12.19...v2.13.14) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...