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 2018/04/03 06:50:55 UTC

groovy git commit: bump binary compat version

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 7b655ebfe -> a2940eb17


bump binary compat version


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

Branch: refs/heads/GROOVY_2_4_X
Commit: a2940eb17674c7bb280d152b518f45aca652c6b2
Parents: 7b655eb
Author: Paul King <pa...@asert.com.au>
Authored: Tue Apr 3 16:50:39 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Tue Apr 3 16:50:39 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/a2940eb1/gradle/binarycompatibility.gradle
----------------------------------------------------------------------
diff --git a/gradle/binarycompatibility.gradle b/gradle/binarycompatibility.gradle
index d8855fa..f4c91f4 100644
--- a/gradle/binarycompatibility.gradle
+++ b/gradle/binarycompatibility.gradle
@@ -42,7 +42,7 @@ if (JavaVersion.current().isJava7Compatible()) {
         apply plugin: 'me.champeau.gradle.japicmp'
     }
 
-    def referenceMinorVersion = '2.4.6'
+    def referenceMinorVersion = '2.4.15'
 
     def prettyPrint = { classOrMethod ->
         "${Modifier.toString(classOrMethod.get()?.modifiers)} ${classOrMethod.get()?.longName}"
@@ -196,11 +196,10 @@ if (JavaVersion.current().isJava7Compatible()) {
         }
     }
 
-
     allprojects {
         tasks.withType(me.champeau.gradle.ArtifactJapicmpTask) { task ->
             checkBinaryCompatibility.dependsOn(task)
         }
 
     }
-}
\ No newline at end of file
+}