Skip to content

Commit 951a1fb

Browse files
committed
[CHORE] Fix Maven wrapper
1 parent 3948373 commit 951a1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
cache: maven
3131

3232
- name: Build
33-
run: ./mvnw clean install
33+
run: chmod +x mvnw && ./mvnw clean install

0 commit comments

Comments
 (0)