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 5cfb6fb31e remove temp debugging
5cfb6fb31e is described below

commit 5cfb6fb31e282c6bf85ba8e7125653cf1ad27a27
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 22 16:10:09 2025 +1000

    remove temp debugging
---
 build-logic/src/main/groovy/org.apache.groovy-tested.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build-logic/src/main/groovy/org.apache.groovy-tested.gradle 
b/build-logic/src/main/groovy/org.apache.groovy-tested.gradle
index ef77cc9784..df82b64100 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-tested.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-tested.gradle
@@ -70,7 +70,6 @@ tasks.withType(Test).configureEach {
         userHome: temporaryDir // make sure tests are isolated from real user 
home or tests using Grape may fail
     ))
 
-    println GroovySystem.getVersion()
     if (rootProject.hasProperty('target.java.home')) {
         String targetJavaHome = 
rootProject.property('target.java.home')?.trim()
         if (targetJavaHome) {

Reply via email to