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.