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 aa8c69b09c remove temp debugging
aa8c69b09c is described below
commit aa8c69b09c6410517aaf438cff4d5bd7ab428b63
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 22 16:07:08 2025 +1000
remove temp debugging
---
.github/workflows/groovy-build-test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/groovy-build-test.yml
b/.github/workflows/groovy-build-test.yml
index 244f08d0c2..dd4693657e 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -84,7 +84,7 @@ jobs:
check-latest: true
- uses: gradle/actions/setup-gradle@v4
- name: Test with Gradle
- run: ./gradlew test -Ptarget.java.home=JAVA_HOME_24_X64
--no-build-cache --no-daemon
+ run: ./gradlew test -Ptarget.java.home=$JAVA_HOME_24_X64
--no-build-cache --no-daemon
timeout-minutes: 60
- name: Upload reports
uses: actions/upload-artifact@v4