Files
sbt/launcher-package
Fabrizio Colonna d95b50d8e0 [2.x] fix: sbt.bat fails to start client/server mode on Windows (#9520)
sbt.bat fails to start in client/server mode on Windows, falling back to running the full JVM in the foreground.

sbtn uses CreateProcess to spawn the server process. The original %%20 path encoding doesn't work in batch delayed expansion context, and the default install path C:\Program Files (x86) contains spaces that CreateProcess splits at.
2026-07-27 19:58:39 -04:00
..
2025-01-02 13:52:51 +09:00
2025-02-04 01:11:28 -05:00
2021-04-19 10:45:29 -04:00
2025-08-24 00:17:58 -04:00
2023-06-20 16:39:07 +02:00