Skip to content

Commit 17c22d5

Browse files
committed
Make gradlew executable during workflow
1 parent 9e86db7 commit 17c22d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Validate Gradle wrapper
1616
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
1717
- name: Build with Gradle
18-
run: ./gradlew build
18+
run: chmod ugo+x gradlew; ./gradlew build
1919
maven-build:
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)