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/19 07:30:39 UTC

groovy git commit: upgrade to japicmp plugin 0.2.6

Repository: groovy
Updated Branches:
  refs/heads/master bc24fda10 -> c89393104


upgrade to japicmp plugin 0.2.6


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

Branch: refs/heads/master
Commit: c89393104807cc49859f77ab86c62ab3c7e171e8
Parents: bc24fda
Author: paulk <pa...@asert.com.au>
Authored: Tue Dec 19 17:30:25 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Dec 19 17:30:25 2017 +1000

----------------------------------------------------------------------
 gradle/binarycompatibility.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/c8939310/gradle/binarycompatibility.gradle
----------------------------------------------------------------------
diff --git a/gradle/binarycompatibility.gradle b/gradle/binarycompatibility.gradle
index 73a5e84..4ed5852 100644
--- a/gradle/binarycompatibility.gradle
+++ b/gradle/binarycompatibility.gradle
@@ -25,7 +25,7 @@ buildscript {
         }
     }
     dependencies {
-        classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.2.5'
+        classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.2.6'
     }
 }
 
@@ -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")
         }