Java Options with space in them cannot be added #681
Labels
documentation
Documentation should be extended or updated
universal
Zip, tar.gz, tgz and bash issues
I want to add the following Java-Option to the launcher:
I tried the following in the build.sbt:
But this lead into the following command being executed:
This means that the java option was split on the first space and the rest of the command was inserted at this point which makes the part after the space appear as parameters to the application
I used sbt-native-package version 1.0.3
The text was updated successfully, but these errors were encountered: