sbt/launcher-package
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 fix typo 2025-01-02 13:52:51 +09:00
citest Scala 3.8.2 (#8805) 2026-02-24 00:29:44 -05:00
citest2 Scala 3.8.2 (#8805) 2026-02-24 00:29:44 -05:00
integration-test [2.x] fix: handle -sbt-dir with spaces from .sbtopts (#8875) 2026-03-05 00:41:30 -05:00
src [2.x] perf: short-circuit --version from build.properties (#8822) 2026-02-27 12:02:17 -05:00
upload Spelling (#8028) 2025-02-04 01:11:28 -05: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 [2.x] ci: Update launcher-package rpmUrl (#8833) 2026-02-28 12:48:26 -05:00