You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/05/11 15:05:13 UTC

[groovy] branch master updated: GROOVY-9118: Bump japicmp gradle plugin to 0.2.8

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

sunlan 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 788a14e  GROOVY-9118: Bump japicmp gradle plugin to 0.2.8
788a14e is described below

commit 788a14e327d7112f5296fda1e08fdcbe8e48f878
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat May 11 23:04:55 2019 +0800

    GROOVY-9118: Bump japicmp gradle plugin to 0.2.8
---
 subprojects/binary-compatibility/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/binary-compatibility/build.gradle b/subprojects/binary-compatibility/build.gradle
index 46dfc29..3428201 100644
--- a/subprojects/binary-compatibility/build.gradle
+++ b/subprojects/binary-compatibility/build.gradle
@@ -19,7 +19,7 @@
 import me.champeau.gradle.japicmp.JapicmpTask
 
 plugins {
-    id("me.champeau.gradle.japicmp") version "0.2.6"
+    id "me.champeau.gradle.japicmp" version "0.2.8"
 }
 
 def checkBinaryCompatibility = tasks.register("checkBinaryCompatibility") {