Repository: incubator-groovy Updated Branches: refs/heads/GROOVY_2_4_X 3822e8197 -> 509d22c1d
todo for future checkstyle tweak Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/509d22c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/509d22c1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/509d22c1 Branch: refs/heads/GROOVY_2_4_X Commit: 509d22c1d263f0b9557993eb21ad29a09c5ba1bd Parents: fe9c927 Author: Paul King <[email protected]> Authored: Sat May 2 13:28:57 2015 +1000 Committer: Paul King <[email protected]> Committed: Sat May 2 13:29:58 2015 +1000 ---------------------------------------------------------------------- gradle/quality.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/509d22c1/gradle/quality.gradle ---------------------------------------------------------------------- diff --git a/gradle/quality.gradle b/gradle/quality.gradle index e87fd2b..7e7c215 100644 --- a/gradle/quality.gradle +++ b/gradle/quality.gradle @@ -62,6 +62,7 @@ allprojects { configProperties = ['rootProject.projectDir': rootProject.projectDir] def reportFile = file("${buildDir}/reports/checkstyle/${name}.xml") reports { + // TODO exclude generated-sources include ( '**/*.java') xml { destination reportFile
