Skip to content

Commit 1dff5f8

Browse files
committed
Update CI workflow to make gradlew executable before running Gradle tasks
1 parent 792f247 commit 1dff5f8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Make gradlew executable
19+
run: chmod +x gradlew
20+
1821
- uses: actions/setup-java@v4
1922
with:
2023
java-version: 17
@@ -43,6 +46,9 @@ jobs:
4346
steps:
4447
- uses: actions/checkout@v4
4548

49+
- name: Make gradlew executable
50+
run: chmod +x gradlew
51+
4652
- uses: actions/setup-java@v4
4753
with:
4854
java-version: 17

0 commit comments

Comments
 (0)