sbt/launcher-package/src
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
..
debian move to launcher-package/ 2021-04-19 10:45:29 -04:00
linux/usr/share move to launcher-package/ 2021-04-19 10:45:29 -04:00
universal fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 14:29:30 -05:00
windows Fix line endings in msi 2021-11-19 20:41:39 -05:00