sbt-native-image
sbt-native-image copied to clipboard
Plugin to generate native-image binaries with sbt
I have developed a fairly large cli application using scala and am using sbt-native-image plugin to create its native image. Ability to use sbt command "nativeImageAgentRun" is very helpful as...
**Describe the issue** I am trying to generate reflection configuration with the help of `nativeImageRunAgent` and I received the following error. The command was successful but had these errors in...
Could you please add a `nativeTest` task? There is one in the gradle native plugin. Is it possible to have this feature in this plugin as well? https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html#testing-support https://medium.com/graalvm/gradle-and-maven-plugins-for-native-image-with-initial-junit-testing-support-dde00a8caf0b https://github.com/graalvm/native-build-tools
👋🏽 I know this is a slight abuse of the issues tab, and I apologize for that, but I wanted to say thank you for this work. I was able...
This fixes GitHub Actions to it builds native image. 1. Use ilammy/msvc-dev-cmd to setup C++ toolchain on Windows. 2. Downgrade to windows-2019, instead of windows-latest 3. Use `setup-java@v3` 4. Use...
**Describe the bug** `nativeImage` on Windows fails in `sbt-native-image` `0.3.1` and `0.3.2` (No issue in `0.3.0`). I'm getting the following error when running `nativeImage` on Windows platform in GitHub Actions....
* There's a typo in the readme * `graalvm-java17` is the latest (and LTS) version, and this setting works (it loads `graalvm-ce-java17`, incidentally)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...
**Describe the bug** Unable to find graalvm in index when running `nativeImage` command. **To Reproduce** Steps to reproduce the behavior: with additional setting of: ``` JVM graalvm-java11:21.0.0 not found in...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...