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 2020/08/19 03:24:00 UTC

[groovy] branch master updated: re-sync binary-compatibility modules

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new a810a50  re-sync binary-compatibility modules
a810a50 is described below

commit a810a508adc79766ea345d300984da6449508a40
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Aug 19 13:23:52 2020 +1000

    re-sync binary-compatibility modules
---
 subprojects/binary-compatibility/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subprojects/binary-compatibility/build.gradle b/subprojects/binary-compatibility/build.gradle
index 6f5c232..9f50684 100644
--- a/subprojects/binary-compatibility/build.gradle
+++ b/subprojects/binary-compatibility/build.gradle
@@ -45,10 +45,10 @@ tasks.check {
 
 // for comparing between versions with different modules, set excludeModules to differing modules, e.g.
 Set excludeModules = [
-        "performance", "binary-compatibility", "tests-preview"
+        "performance", "binary-compatibility", "tests-preview", "groovy-contracts", "groovy-macro-library", "groovy-typecheckers"
 ]
 
-def compatibilityBaselineVersion = "3.0.3"
+def compatibilityBaselineVersion = "3.0.5"
 
 def thisProject = project