Skip to content

Commit 885da55

Browse files
authored
change gradlew permissions
1 parent 6dc4edb commit 885da55

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
@@ -21,5 +21,7 @@ jobs:
2121
with:
2222
java-version: '17'
2323
distribution: 'adopt'
24+
- name: Change wrapper permissions
25+
run: chmod +x ./gradlew
2426
- name: Clean and Build with Gradle
2527
run: ./gradlew clean build

0 commit comments

Comments
 (0)