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 2023/01/09 12:01:35 UTC

[groovy] branch master updated: use latest versions for performance tests

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 7936e9f0cf use latest versions for performance tests
7936e9f0cf is described below

commit 7936e9f0cf7d63ea1ba33d6d09a453024b9bd8a6
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jan 9 22:01:17 2023 +1000

    use latest versions for performance tests
---
 subprojects/performance/build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/subprojects/performance/build.gradle b/subprojects/performance/build.gradle
index 5db4ee9a4b..477232b058 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -20,10 +20,10 @@ plugins {
     id 'org.apache.groovy-performance'
 }
 
-tasks.named('performanceTests') {
-    versions '2.5.19',
-            '3.0.13',
-            '4.0.6',
+performanceTests {
+    versions '2.5.20',
+            '3.0.14',
+            '4.0.7',
             'current'
 
     testFiles project.files("src/files") +