sbt/launcher-package/integration-test
eugene yokota 44187ea00b
[1.x] fix: Handle JVM parameters with spaces in dot files (#8730) (#8738)
**Problem**

The sbt launcher script used naive word splitting when parsing `.sbtopts` and `.jvmopts`, so arguments with spaces were split incorrectly. For example, `-J--add-modules jdk.incubator.concurrent` in `.sbtopts` and `-Dtest.key="value with spaces"` in `.jvmopts` were not passed to the JVM as intended.

Co-authored-by: PandaMan <joewartson757@gmail.com>
2026-02-14 05:00:45 -05:00
..
bin move to launcher-package/ 2021-04-19 10:45:29 -04:00
src/test/scala [1.x] fix: Handle JVM parameters with spaces in dot files (#8730) (#8738) 2026-02-14 05:00:45 -05:00