mirror of https://github.com/sbt/sbt.git
Running sbt with -Dsbt.supershell=true and -Dsbt.color=true doesn't work well because the isAnsiSupported flag is set to false when -Dsbt.color=false. This causes the processing that ensures that supershell lines do not get interleaved with normal log lines to be skipped. To fix this, we can enable ansi codes when supershell is explicitly enabled. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||