sbt/launcher-package
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
..
bin move to launcher-package/ 2021-04-19 10:45:29 -04:00
citest Test using JDK 25 2025-09-28 05:53:40 -04:00
integration-test fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 17:46:55 -05:00
src fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 17:46:55 -05:00
upload move to launcher-package/ 2021-04-19 10:45:29 -04: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: Integrate launcher package (#8485) 2026-01-11 22:30:50 -05:00