scalameta / sbt-native-image

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

No nativeImageAgentOutputDir are created after nativeImagerunAgent #23

Open JakkuSakura opened 3 years ago

JakkuSakura commented 3 years ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Run command 'nativeImageRunAgent' and leave 'nativeImageAgentOutputDir' as default
  2. No nativeImageAgentOutputDir folder are created

Expected behavior nativeImageAgentOutputDir folder are created

Installation: