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 2022/11/16 03:57:07 UTC

[groovy] 03/03: minor build refactor

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

commit a60a242518ac07430c09b22866bbc33f42f6c01d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Nov 16 13:56:48 2022 +1000

    minor build refactor
---
 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 d1a517f05f..5db4ee9a4b 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -20,7 +20,7 @@ plugins {
     id 'org.apache.groovy-performance'
 }
 
-tasks.named('performanceTests').configure {
+tasks.named('performanceTests') {
     versions '2.5.19',
             '3.0.13',
             '4.0.6',