sbt/sbtw
bitloi 40a1cfd6d3 Implement sbtw Windows drop-in launcher (sbt/sbt#5406)
- Add sbtwProj: Scala 3.3.7 launcher with scopt, drop-in for sbt.bat
- Config: .sbtopts, .jvmopts, sbtconfig.txt, JAVA_OPTS/SBT_OPTS precedence
- Options: --client, --server, --jvm-client, mem, sbt-version, java-home, etc.
- sbt 2.x defaults to native client; --server forces JVM launcher
- JVM run via xsbt.boot.Boot; native via sbtn with --sbt-script
- build.sbt: sbtwProj in root build and allProjects; NativeImagePlugin
- Fixes: JAVA_OPTS then .jvmopts, build.properties trim, shutdownAll PID, Iterator.lastOption
2026-02-15 02:29:12 +01:00
..
src/main/scala/sbtw Implement sbtw Windows drop-in launcher (sbt/sbt#5406) 2026-02-15 02:29:12 +01:00
build.sbt Implement sbtw Windows drop-in launcher (sbt/sbt#5406) 2026-02-15 02:29:12 +01:00