From a8aecc6a6d00c42f86eff04d4258607faa2e5c7f Mon Sep 17 00:00:00 2001 From: wind57 Date: Thu, 21 Sep 2023 19:25:44 +0300 Subject: [PATCH] fix --- .../composites/maven-build-with-dry-run-for-tests/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composites/maven-build-with-dry-run-for-tests/action.yaml b/.github/workflows/composites/maven-build-with-dry-run-for-tests/action.yaml index 3230b5945f..5e6b4397cb 100644 --- a/.github/workflows/composites/maven-build-with-dry-run-for-tests/action.yaml +++ b/.github/workflows/composites/maven-build-with-dry-run-for-tests/action.yaml @@ -10,7 +10,7 @@ runs: ./mvnw install -B \ -Dskip.build.image=true \ -DskipTests -DskipITs \ - -T 1C -q + -T -U 1C -q - name: find all classpath entries shell: bash