scalameta / sbt-native-image

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

Create parent directory before building manifest jar. #5

Closed olafurpg closed 4 years ago

olafurpg commented 4 years ago

Fixes #4. Previously, we didn't create this directory in the nativeImage goal since it's usually created by nativeImageCoursier. However, this directory may not exist if the user customizes nativeImageCommand (by-passing the coursier setup).

This commits adds new infrastructure to run integration tests for interactions like these.