This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_4_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit cc3c2015249d39967367ed290cc2aa5bc0a197e8 Author: Paul King <[email protected]> AuthorDate: Wed Nov 16 16:23:54 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 5db4ee9a4b..9bdb3c9a3a 100644 --- a/subprojects/performance/build.gradle +++ b/subprojects/performance/build.gradle @@ -20,7 +20,7 @@ plugins { id 'org.apache.groovy-performance' } -tasks.named('performanceTests') { +performanceTests { versions '2.5.19', '3.0.13', '4.0.6',
