On 19/02/10 3:21 AM, Russel Winder wrote:
It seems that the code-quality plugin treats all Checkstyle failures as
errors and so build fails on any Checkstyle failure.  Ant does not do
this.  Is this choice for Gradle one of an explicit decision?


Yes. This seems like a better default to me.

You can switch off the checking using the ignoreFailures property, or you can use one of the mechanisms that CheckStyle provides, such as a suppressions file, or a filter, or suppression comments.

--
Adam Murdoch
Gradle Developer
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to