Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set SimpleTerminal properties based on system props #5960

Merged
merged 1 commit into from Oct 11, 2020
Merged

Set SimpleTerminal properties based on system props #5960

merged 1 commit into from Oct 11, 2020

Conversation

eatkins
Copy link
Contributor

@eatkins eatkins commented Oct 8, 2020

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.

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.
@eatkins
Copy link
Contributor Author

eatkins commented Oct 8, 2020

Fixes #5958

@eed3si9n eed3si9n added this to the 1.4.1 milestone Oct 11, 2020
@eed3si9n eed3si9n merged commit bfb7d40 into sbt:develop Oct 11, 2020
@eatkins eatkins deleted the ci-color branch October 20, 2020 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants