mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 04:14:18 +02:00
When running sbt 1.4.0 with -Dsbt.ci=true and -Dsbt.color=true, there is no color output. This was because in this scenario, a SimpleTerminal was used and isAnsiSupported and isColorEnabled were hardcoded to false rather than reading the values from the system properties.