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

Plugin to generate native-image binaries with sbt

Results 30 sbt-native-image issues
Sort by recently updated
recently updated
newest added

As I was using the plugin, I looked at the docs and found an inconsistency: the default location for `nativeImageRunAgent` output dir is under `target.value`

As described in the README of https://github.com/oracle/graalvm-reachability-metadata, the Maven and Gradle plugins are able to automatically use the metadata contained in this repo to facilitate the build of native images....

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

- Remove sbt 1.0.0 support - Update Scala version - Update sbt and sbt plugins - Remove deprecated sbt syntax usages - Update Scalafix and improve its configuration - Install...

Needs: - https://github.com/scalameta/sbt-native-image/pull/70 Not done in #70 to have simpler-to-review PRs

**Describe the bug** This is actually a question. When I run nativeImageRunAgent, there is no native-image-configs in target folder for play framework. Does anyone know how to fix it? Thank...

**Describe the bug** The plugin should support compilation with [LLVM backend](https://www.graalvm.org/22.2/reference-manual/native-image/LLVMBackend/) **To Reproduce** 1. Clone the following repository: `git clone --depth 1 https://github.com/plokhotnyuk/jsoniter-scala` 2. Enter to the examples project: `cd...

I would like to use the features described in [here](https://www.graalvm.org/latest/reference-manual/native-image/metadata/ExperimentalAgentOptions/) like `agent-extracted-predefined-classes` or `experimental-omit-config-from-classpath`, but I don't think there is any way to set them because the `agentOptions` is created...

`22.3.1` supports - java11-linux-amd64 - java11-linux-aarch64 - java11-windows-amd64 - java11-darwin-amd64 - java11-darwin-aarch64 while `20.2.0` does not support `java11-darwin-aarch64`