Repository: groovy Updated Branches: refs/heads/master 9c9989843 -> d955c9e7f
Workaround is actually not necessary anymore, FindBugs filters classes by itself Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d955c9e7 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d955c9e7 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/d955c9e7 Branch: refs/heads/master Commit: d955c9e7fafd47233301c3d7e635669b1f1be7a7 Parents: 9c99898 Author: Cedric Champeau <[email protected]> Authored: Fri Jun 16 14:57:57 2017 +0200 Committer: Cedric Champeau <[email protected]> Committed: Fri Jun 16 14:57:57 2017 +0200 ---------------------------------------------------------------------- gradle/quality.gradle | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/d955c9e7/gradle/quality.gradle ---------------------------------------------------------------------- diff --git a/gradle/quality.gradle b/gradle/quality.gradle index 9b430a8..987348e 100644 --- a/gradle/quality.gradle +++ b/gradle/quality.gradle @@ -138,7 +138,6 @@ allprojects { html.enabled = true } maxHeapSize = '2g' - classes = classes.asFileTree.filter { it.name.endsWith('.class') } } }
