sbt/launcher-package
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
citest Test using JDK 25 2025-09-28 05:53:40 -04:00
citest2 [1.x] fix: handle --script-version sbt 2.x project dirs (#8715) (#8737) 2026-02-14 03:50:50 -05:00
integration-test [1.x] fix: Handle JVM parameters with spaces in dot files (#8730) (#8738) 2026-02-14 05:00:45 -05:00
src [1.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) (#8682) 2026-02-03 00:30:29 -05:00
upload move to launcher-package/ 2021-04-19 10:45:29 -04:00
CONTRIBUTING.md move to launcher-package/ 2021-04-19 10:45:29 -04:00
LICENSE ci: Split server-test 2025-08-24 00:17:58 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
build.sbt [1.x] require coreutils for RPM (#8712) (#8713) 2026-02-07 19:20:46 -05:00