sbt/protocol/src/main
gontard 780665a60c Ensure sbtConfig argv does not need sbt in PATH
Before, the BSP config .bsp/sbt.json generated by `sbt bspConfig`
contained a command line which required the sbt binary in the PATH.
This fix changes the nature of the -Dsbt.script option. It was
an argument of the main class xsbt.boot.Boot, it's now a system
property and thus it's used to launch the sbt server.

Fixes https://github.com/sbt/sbt/issues/6760
2021-12-24 16:25:58 +01:00
..
contraband Migrates Treeview.scala to use Contraband 2021-11-12 16:52:12 +00:00
contraband-scala/sbt Migrates Treeview.scala to use Contraband 2021-11-12 16:52:12 +00:00
scala/sbt Ensure sbtConfig argv does not need sbt in PATH 2021-12-24 16:25:58 +01:00