Repository: incubator-groovy
Updated Branches:
  refs/heads/master 2e57d003c -> ba3176378


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/ba317637
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/ba317637
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/ba317637

Branch: refs/heads/master
Commit: ba31763782fd13101c4118783468cfd77c40f67d
Parents: 2e57d00
Author: Paul King <[email protected]>
Authored: Sat May 2 13:28:57 2015 +1000
Committer: Paul King <[email protected]>
Committed: Sat May 2 13:28:57 2015 +1000

----------------------------------------------------------------------
 gradle/quality.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/ba317637/gradle/quality.gradle
----------------------------------------------------------------------
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index db686a8..4da1530 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -69,6 +69,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

Reply via email to