sbt/launcher-package/integration-test/src/test/scala
E.G 1efebeaa98
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 14:29:30 -05:00
..
ExtendedRunnerTest.scala [2.x] ci: Integrate launcher package (#8485) 2026-01-11 20:57:59 -05:00
RunnerMemoryScriptTest.scala fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 14:29:30 -05:00
RunnerScriptTest.scala [2.x] fix: Fix sbtopts files priority in sbt launch script (#8514) 2026-01-13 13:30:13 -05:00
ShellScriptUtil.scala [2.x] fix: Fix sbtopts files priority in sbt launch script (#8514) 2026-01-13 13:30:13 -05:00