mirror of https://github.com/sbt/sbt.git
When piping an sbt task to a file, the expectation is that sbt will not write ansi control characters and colors unless the users specifies that with, e.g. -D.sbt.color=true. With sbt 1.4.0, all output bytes are routed through the progress output processor which tries to ensure that progress lines are not interleaved with log lines. The issue was that the hasProgress flag was being set to true for the server process even when the formatEnabledInEnv flag was set to false. This caused each log line to have a leading clear screen before cursor ansi control code written which would appear in the output file. |
||
|---|---|---|
| .. | ||
| util-collection | ||
| util-complete | ||
| util-control | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-logic/src | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||