We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3048fb commit 08b04feCopy full SHA for 08b04fe
.github/workflows/main.yml
@@ -25,6 +25,8 @@ jobs:
25
java-version: ${{ matrix.jdk }}
26
distribution: "semeru"
27
cache: maven
28
+ - name: Make mvnw executable
29
+ run: chmod +x ./mvnw
30
- name: Build with Maven
31
run: ./mvnw --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} verify
32
0 commit comments