From 39ae4f3a78f707f3b07b0eb979e7b211b646b9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Garc=C3=ADa?= Date: Fri, 18 Oct 2024 14:30:45 +0200 Subject: [PATCH] Test to use maven wrapper in GitHub actions --- .github/workflows/quick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quick.yml b/.github/workflows/quick.yml index 118d0107..b8e5ff35 100644 --- a/.github/workflows/quick.yml +++ b/.github/workflows/quick.yml @@ -22,7 +22,7 @@ jobs: cache: 'maven' - name: Relaxed Build to check if this compiles run: | - mvn -B -fae clean install -Drelax + ./mvnw -B -fae clean install -Drelax - name: Check for any unformatted files run: | if [ -n "$(git status --porcelain)" ]