mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user