From cecae8b1447ecee0ebca1ac7b0a756c5e53cf5bd Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 1 Oct 2024 11:45:47 +0200 Subject: [PATCH] Use mvnw.cmd on Windows --- .github/workflows/build-on-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-on-windows.yml b/.github/workflows/build-on-windows.yml index 08a37fc547e..7fa5f32d021 100644 --- a/.github/workflows/build-on-windows.yml +++ b/.github/workflows/build-on-windows.yml @@ -23,4 +23,4 @@ jobs: cache: 'maven' - name: Build with Maven - run: ./mvnw --batch-mode --update-snapshots --no-transfer-progress verify + run: mvnw.cmd --batch-mode --update-snapshots --no-transfer-progress verify