This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 8d2819c use later plugin for jmh
8d2819c is described below
commit 8d2819cd348ad1ef3a3031c1c519e6d43af9b2dd
Author: Paul King <[email protected]>
AuthorDate: Thu Sep 23 15:01:59 2021 +1000
use later plugin for jmh
---
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 771124b..9e9afea 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.5.0"
+ id "me.champeau.gradle.jmh" version "0.5.3"
}
configurations {