Merge pull request #3887 from dwijnand/fix-sbtOn-prompt-echo

Fix sbtOn's prompt & echo
This commit is contained in:
eugene yokota 2018-01-16 15:53:51 -05:00 committed by GitHub
commit 9a6799ac74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ lazy val sbtProj = (project in file("sbt"))
buildInfoObject in Test := "TestBuildInfo",
buildInfoKeys in Test := Seq[BuildInfoKey](fullClasspath in Compile),
connectInput in run in Test := true,
outputStrategy in run in Test := Some(StdoutOutput),
)
.configure(addSbtCompilerBridge)