sbt/launcher-package/integration-test/src/test/scala
E.G b4e3845867 fix: Handle -X JVM options on command line (fixes #5742) (#8566)
Previously, passing JVM options like -Xmx1G directly on the command
line would result in an error:

  sbt -v -Xmx1G
  [error] Expected ';'
  [error] -Xmx1G
  [error]       ^

This was because -X options were being passed to sbt as commands
instead of being recognized as JVM arguments.

Changes:
- Added handling for -X options in sbt.bat to pass them to the JVM
- Updated help text to document this feature
- Added integration tests for the new functionality
2026-01-17 17:46:55 -05:00
..
ExtendedRunnerTest.scala [2.x] ci: Integrate launcher package (#8485) 2026-01-11 22:30:50 -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] bport: Fix sbtopts files priority in sbt launch script (#8520) 2026-01-13 14:43:22 -05:00
ShellScriptUtil.scala [1.x] bport: Fix sbtopts files priority in sbt launch script (#8520) 2026-01-13 14:43:22 -05:00