commit 62bd2a2b7c328dc647d40454b6522725ebc37f7a Author: Stu Hood Date: Fri Nov 3 23:11:25 2017 -0700 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. src/scala/org/pantsbuild/zinc/compiler/InputUtils.scala | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-)