sbt / sbt-launcher-package

Packaging for sbt so you can run it.
http://scala-sbt.org/download.html
Apache License 2.0
89 stars 92 forks source link

Fixed expansion of args with whitespace in JDK 9+. #320

Closed heksesang closed 4 years ago

heksesang commented 4 years ago

Solves the issue where providing sbt_options and java_args containing whitespaces on Java 9 and higher would fail. Expansion of sbt_options and java_args containing whitespaces would not expand correctly in copyRt(), but instead would create an invalid java command due to missing quotes.