From ac4b366ee6a761122cb4a5d07cf5f648006d4617 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 8 Dec 2022 19:48:26 +1000 Subject: [PATCH] forcing snapshots download because of the cache. Signed-off-by: Olivier Lamy --- .github/workflows/maven-verify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 7bfc2edb..e2a3e7ad 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,7 +25,8 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 - # with: + with: + maven-args: '-D"invoker.streamLogsOnFailures" -U' # put this back when 3.4.0 with jdk19 support has been released #jdk-matrix: '[ "8", "11", "17", "19"]' # verify-fail-fast: false