Skip to content

Commit 7843180

Browse files
committed
Make mvnw executable in CI workflow
1 parent c74065a commit 7843180

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
1110
steps:
1211
- uses: actions/checkout@v3
1312

@@ -17,5 +16,8 @@ jobs:
1716
distribution: 'temurin'
1817
java-version: '17'
1918

19+
- name: Make mvnw executable
20+
run: chmod +x mvnw
21+
2022
- name: Build
2123
run: ./mvnw -B clean verify

0 commit comments

Comments
 (0)