You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by cc...@apache.org on 2017/12/12 22:08:01 UTC

[18/20] groovy git commit: Remove hack

Remove hack


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/9b20ebad
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/9b20ebad
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/9b20ebad

Branch: refs/heads/GROOVY_2_5_X
Commit: 9b20ebad4edbd60fe60aed768f6248861843b6f3
Parents: 7b7d7d4
Author: Cedric Champeau <cc...@apache.org>
Authored: Tue Dec 12 22:15:39 2017 +0100
Committer: Cedric Champeau <cc...@apache.org>
Committed: Tue Dec 12 22:15:39 2017 +0100

----------------------------------------------------------------------
 gradle/quality.gradle | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/9b20ebad/gradle/quality.gradle
----------------------------------------------------------------------
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index 3ca7f1c..b59f1d7 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -134,10 +134,6 @@ allprojects {
             html.enabled = true
         }
         maxHeapSize = '2g'
-        // hack to exclude html files since include by itself doesn't work
-        def temp = classes
-        temp.include '**/*.class'
-        classes = temp
     }
 }