Skip to content

Commit e4e16f4

Browse files
committed
fix: Add chmod step for gradlew
1 parent 77241ee commit e4e16f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gradle-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ jobs:
2727
- name: Setup Gradle
2828
uses: gradle/actions/setup-gradle@v3
2929

30+
- name: Grant execute permission for gradlew
31+
shell: bash
32+
run: chmod +x gradlew
33+
3034
- name: Build
3135
run: ./gradlew build

0 commit comments

Comments
 (0)