On 19/02/10 3:25 AM, Russel Winder wrote:
Reading the Gradle build.gradle, it appears at first sight as though the code sets many of the Checkstyle and CodeNarc properties to values that are in fact the defaults of the plugin. Is this right or am I just reading things wrongly?
It's changing the config file for all projects in the build from the default $projectDir/config/checkstyle to ${rootProject.projectDir}/config/checkstyle, ie using a shared config file for all projects. Perhaps this should be the default, as it's probably more likely there's a single shared config file than it is to have config files per-project.
-- Adam Murdoch Gradle Developer http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
