From d39dc6a0982c65209f59d090c24b97b920f4fe4d Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Mon, 4 Oct 2021 06:29:45 -0700 Subject: [PATCH] ci: use mvnw instead of mvn --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30eb8465..e580497e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,4 @@ jobs: distribution: 'zulu' cache: 'maven' - name: Build - run: mvn --no-transfer-progress -B clean package + run: ./mvnw --no-transfer-progress -B clean package