Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass the
color
option through to the report factory. (#5055)
### Problem The color flag is currently being respected for console logging, but not for compiler/reporter logging. ### Solution Pass `--color` through to the `ReporterConfig` using the builder API. ### Result #4729 is unblocked, and: ``` ./pants compile --no-colors testprojects/src/java/org/pantsbuild/testproject/dummies:compilation_failure_target ``` results in no color, as expected.
- Loading branch information