sbt/launcher-package/integration-test/src/test/scala
eugene yokota 4467369757
[1.x] fix: handle --version in sbt 2.x project dirs (sbt#8717) (#8735) (#8739)
**Problem**
`sbt --version` in sbt 2.x project directories was delegated to the native client, which could try to start/connect to a server instead of printing version info.

**Solution**
Skip native-client delegation when `--version` is requested, and add runner-script tests for sbt 1.x and 2.x project variants.

Co-authored-by: Pluto <128720033+it-education-md@users.noreply.github.com>
2026-02-14 05:01:04 -05:00
..
ExtendedRunnerTest.scala [1.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) (#8682) 2026-02-03 00:30:29 -05:00
RunnerMemoryScriptTest.scala fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 17:46:55 -05:00
RunnerScriptTest.scala [1.x] fix: handle --version in sbt 2.x project dirs (sbt#8717) (#8735) (#8739) 2026-02-14 05:01:04 -05:00
ShellScriptUtil.scala [1.x] fix: handle --script-version sbt 2.x project dirs (#8715) (#8737) 2026-02-14 03:50:50 -05:00