sbt/launcher-package/integration-test
PandaMan 119aa4d1a7
[2.x] fix: handle -sbt-dir with spaces from .sbtopts (#8875)
**Problem**

When you pass -sbt-dir "/Users/a' dog" on the command line, the launcher correctly produces:

-Dsbt.global.base=/Users/a' dog

But when you put the same option into .sbtopts, the launcher previously split the line on spaces without respecting quotes, so the resulting -Dsbt.global.base was truncated (for example, -Dsbt.global.base=/Users/a'). This made .sbtopts behavior inconsistent with CLI behavior and broke setups where the global sbt directory path contains spaces and an embedded quote.
2026-03-05 00:41:30 -05:00
..
bin [2.x] fix: Runner should fail on JDK < 17 for sbt 2.x (#8825) 2026-02-27 11:43:24 -05:00
src/test/scala [2.x] fix: handle -sbt-dir with spaces from .sbtopts (#8875) 2026-03-05 00:41:30 -05:00