sbt-native-image v0.3.0
New feature: automatic native-image-agent configuration
Use the new nativeImageRunAgent
task to create a native-image profile that can be populate runtime reflection configuration for nativeImage
. See the documentation https://github.com/scalameta/sbt-native-image#nativeimagerunagent for more details. See the blog post annoucing the GraalVM tracing agent https://medium.com/graalvm/introducing-the-tracing-agent-simplifying-graalvm-native-image-configuration-c3b56c486271
Pull Requests
- Bump actions/upload-release-asset from v1.0.1 to v1.0.2 (#20) @dependabot
- Various updates for actions, sbt, and plugins (#18) @ckipp01