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/03/29 02:25:18 UTC

groovy git commit: update bin compat version

Repository: groovy
Updated Branches:
  refs/heads/master 6bb2ac40f -> 072fc7056


update bin compat version


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

Branch: refs/heads/master
Commit: 072fc7056b7f3b49947fd9612d1fdf9eeffcc901
Parents: 6bb2ac4
Author: Paul King <pa...@asert.com.au>
Authored: Thu Mar 29 12:25:10 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Thu Mar 29 12:25:10 2018 +1000

----------------------------------------------------------------------
 build.gradle                      | 1 -
 gradle/binarycompatibility.gradle | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/072fc705/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 60ed04e..3e094e6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,6 @@ buildscript {
         classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.7'
         classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3"
         classpath 'me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1'
-        //classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.1'
         //classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
         classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.1.3"
         classpath "gradle.plugin.com.github.jk1:gradle-license-report:0.3.2"

http://git-wip-us.apache.org/repos/asf/groovy/blob/072fc705/gradle/binarycompatibility.gradle
----------------------------------------------------------------------
diff --git a/gradle/binarycompatibility.gradle b/gradle/binarycompatibility.gradle
index 0b6e04f..aa0175a 100644
--- a/gradle/binarycompatibility.gradle
+++ b/gradle/binarycompatibility.gradle
@@ -40,7 +40,7 @@ def excludeModules = ['groovy-dateutil', 'groovy-datetime', 'performance', 'groo
 
 Set projectsToCheck = allprojects.findAll{ !(it.name in excludeModules) }
 
-def compatibilityBaselineVersion = '2.4.13'
+def compatibilityBaselineVersion = '2.4.15'
 
 allprojects {
     if (project in projectsToCheck) {