Skip to content

Commit 3f9bfa0

Browse files
committed
Fix: Make Gradle wrapper executable in CI workflow
1 parent f780f3d commit 3f9bfa0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
with:
3636
cache-disabled: true
3737

38+
- name: Make Gradle wrapper executable
39+
run: chmod +x ./gradlew
40+
3841
- name: Build with Gradle Wrapper
3942
run: ./gradlew build
4043

0 commit comments

Comments
 (0)