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