Skip to content

Commit 79c283e

Browse files
authored
Update gradle.yml
1 parent 8a4b596 commit 79c283e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
java-version: '11'
3030
distribution: 'temurin'
31+
- name: Change wrapper permissions
32+
run: chmod +x ./gradlew
33+
3134
- name: Build with Gradle
3235
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
3336
with:

0 commit comments

Comments
 (0)