diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cb30c18..9e52c8f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: distribution: 'corretto' # cache: maven - name: Build - run: ./mvnw -B package --file pom.xml + run: mvnw -B package --file pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive # - name: Maven Dependency Tree Dependency Submission