sbt/launcher-package
Eugene Yokota 7d429c6724 --no-server mode
Fixes #6530
Ref #6101

Problem
-------
Although having sbt server up by default is beneficial to well-tested
platforms like macOS, on less tested setups various native and/or
native-adjacent techniques we use could end up causing instability.

Solution
--------
This adds `--no-server` as a quick way of telling sbt not to start up
the sbt server or create virtual terminal.
2021-11-27 20:20:42 -05:00
..
bin move to launcher-package/ 2021-04-19 10:45:29 -04:00
citest Drop sbt-launch.jar from Linux distro 2021-04-24 17:31:02 -04:00
integration-test Add --sbt-cache argument and update localCacheDirectory key description 2021-08-21 07:35:09 -07:00
project Drop sbt-launch.jar from Linux distro 2021-04-24 17:31:02 -04:00
src --no-server mode 2021-11-27 20:20:42 -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 Fix packaging 2021-04-20 00:02:28 -04:00
NOTICE move to launcher-package/ 2021-04-19 10:45:29 -04:00
build.sbt fix Scala 2.13 warnings 2021-11-14 22:59:34 +09:00