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 13d4ecd96bcbbbe1d22c2b9d96d4ccfec02bcdd5 Author: Paul King <[email protected]> AuthorDate: Sat Mar 22 15:58:27 2025 +1000 remove temp debugging --- build-logic/src/main/groovy/org.apache.groovy-tested.gradle | 5 ----- 1 file changed, 5 deletions(-) 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 cf4ca8b5c4..ef77cc9784 100644 --- a/build-logic/src/main/groovy/org.apache.groovy-tested.gradle +++ b/build-logic/src/main/groovy/org.apache.groovy-tested.gradle @@ -72,12 +72,7 @@ tasks.withType(Test).configureEach { println GroovySystem.getVersion() if (rootProject.hasProperty('target.java.home')) { - println '\nSystem properties:' - println System.getProperties().entrySet().join('\n') - println '\nEnvironment variables:' - println System.getenv().entrySet().join('\n') String targetJavaHome = rootProject.property('target.java.home')?.trim() - println targetJavaHome if (targetJavaHome) { executable = "${targetJavaHome}/bin/java" println "Using ${executable} to run tests"
