sbt/launcher-package/integration-test
PandaMan 921efce541
[2.x] fix: Handle JVM parameters with spaces in dot files (#8730)
**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.
2026-02-14 03:17:44 -05:00
..
bin move to launcher-package/ 2021-04-19 10:45:29 -04:00
src/test/scala [2.x] fix: Handle JVM parameters with spaces in dot files (#8730) 2026-02-14 03:17:44 -05:00