You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/12/20 11:57:51 UTC

groovy git commit: tweak classExcludes

Repository: groovy
Updated Branches:
  refs/heads/master a6c82ad08 -> 15f8b021a


tweak classExcludes


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

Branch: refs/heads/master
Commit: 15f8b021ab19a392236f0eadd0715c2a32db9a5c
Parents: a6c82ad
Author: paulk <pa...@asert.com.au>
Authored: Wed Dec 20 21:45:00 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Wed Dec 20 21:45:00 2017 +1000

----------------------------------------------------------------------
 gradle/binarycompatibility.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/15f8b021/gradle/binarycompatibility.gradle
----------------------------------------------------------------------
diff --git a/gradle/binarycompatibility.gradle b/gradle/binarycompatibility.gradle
index 4ed5852..7e4caff 100644
--- a/gradle/binarycompatibility.gradle
+++ b/gradle/binarycompatibility.gradle
@@ -70,7 +70,7 @@ allprojects {
             onlyModified = true
             failOnModification = false
             ignoreMissingClasses = true
-            classExcludes = ['**_closure','org.codehaus.groovy.runtime.dgm$**']
+            classExcludes = ['**_closure**','org.codehaus.groovy.runtime.dgm$**']
             packageExcludes = ['**internal**','groovyjarjar**']
             htmlOutputFile = file("$buildDir/reports/japi.html")
         }