From 56155dcad03408630b3c9331f3698e495dfe390a Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 9 Feb 2024 10:00:17 +0100 Subject: [PATCH] Mute maven transfer messages See gh-1508 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a0648c65a..9987ca0366 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,4 +25,4 @@ jobs: cache: 'maven' - name: Build with Maven - run: ./mvnw –-no-transfer-progress --batch-mode --update-snapshots verify + run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots verify