We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3948373 commit 951a1fbCopy full SHA for 951a1fb
.github/workflows/build.yaml
@@ -30,4 +30,4 @@ jobs:
30
cache: maven
31
32
- name: Build
33
- run: ./mvnw clean install
+ run: chmod +x mvnw && ./mvnw clean install
0 commit comments