Skip to content

Commit f84ecdc

Browse files
committed
fixed workflow
1 parent 8265343 commit f84ecdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
java-version: '21'
2929
distribution: 'microsoft'
3030

31+
32+
name: Change wrapper permissions
33+
run: chmod +x ./gradlew
3134
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3235
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3336
- name: Setup Gradle

0 commit comments

Comments
 (0)