diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9e52c8f..4d9123d 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: chmod +x ./mvnw && ./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