Skip to content

Commit 9d49dd3

Browse files
authored
Update Gradle Action Permission
1 parent d20a6cc commit 9d49dd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
java-version: '17'
2626
distribution: 'temurin'
27+
- name: Change wrapper permissions
28+
run: chmod +x ./gradlew
2729
- name: Build with Gradle
2830
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
2931
with:

0 commit comments

Comments
 (0)