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:00:22 UTC

[groovy] branch master updated: GROOVY-9117: Bump jmh gradle plugin to 0.4.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 7f3c5ff  GROOVY-9117: Bump jmh gradle plugin to 0.4.8
7f3c5ff is described below

commit 7f3c5ff6053785abf993a1e48ecdebc2418c5307
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat May 11 23:00:02 2019 +0800

    GROOVY-9117: Bump jmh gradle plugin to 0.4.8
---
 subprojects/performance/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/performance/build.gradle b/subprojects/performance/build.gradle
index 362b4b3..eca5755 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -20,7 +20,7 @@
 import java.text.DecimalFormat
 
 plugins {
-    id "me.champeau.gradle.jmh" version "0.4.7"
+    id "me.champeau.gradle.jmh" version "0.4.8"
 }
 
 configurations {