scalameta / sbt-native-image

Plugin to generate native-image binaries with sbt
251 stars 22 forks source link

Task for running application with `native-image-agent` #17

Closed fehu closed 3 years ago

fehu commented 3 years ago
  1. Add task nativeImageRunAgent with nativeImageAgentOutputDir and nativeImageAgentMerge settings.
  2. Refactor nativeImageCommand task, separating nativeImageInstalled and nativeImageGraalHome.
fehu commented 3 years ago

Thank you for the comments!

Sorry it took me so long to attend to this PR.

olafurpg commented 3 years ago

Released https://github.com/scalameta/sbt-native-image/releases/tag/v0.3.0