Codenarc { reportFormat = 'console' } STILL hides the output from the console

When using the Gradle CodeNarc plugin, with codenarc { reportFormat = 'console' }, the output is STILL hidden from the console.

Using Gradle 2.7, Java 1.8, Mac OS X 10.10.5.

Side note: Applying the convention over configuration principle, the CodeNarc plugin should default console output to true anyway.

Bump—this has been a problem for over a year.

This feature will be available in Gradle 4.1 thanks to a community contribution by https://github.com/blindpirate.