Skip to content

Commit 08b04fe

Browse files
committed
Make mvnw executable
1 parent a3048fb commit 08b04fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
java-version: ${{ matrix.jdk }}
2626
distribution: "semeru"
2727
cache: maven
28+
- name: Make mvnw executable
29+
run: chmod +x ./mvnw
2830
- name: Build with Maven
2931
run: ./mvnw --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} verify
3032

0 commit comments

Comments
 (0)