Files
sbt/launcher-package
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
..
2025-01-02 13:52:51 +09:00
2026-01-24 04:52:28 -05:00
2025-02-04 01:11:28 -05:00
2021-04-19 10:45:29 -04:00
2025-08-24 00:17:58 -04:00
2023-06-20 16:39:07 +02:00