Merge branch '1.1.x' into wip/1.1.1

# Conflicts:
#	main/src/main/scala/sbt/internal/CommandExchange.scala
#	main/src/main/scala/sbt/internal/ConsoleProject.scala
#	notes/1.0.2/sample.md
#	notes/1.1.1/sample.md
#	notes/sample.md
#	sbt/src/test/scala/sbt/ServerSpec.scala
This commit is contained in:
Eugene Yokota
2018-02-09 23:55:23 -05:00
18 changed files with 122 additions and 47 deletions
@@ -39,6 +39,12 @@ object BasicKeys {
"The wire protocol for the server command.",
10000)
val autoStartServer =
AttributeKey[Boolean](
"autoStartServer",
"If true, the sbt server will startup automatically during interactive sessions.",
10000)
// Unlike other BasicKeys, this is not used directly as a setting key,
// and severLog / logLevel is used instead.
private[sbt] val serverLogLevel =