Skip to content

Commit 7af0769

Browse files
committed
Add permissions to gradle
1 parent afc9291 commit 7af0769

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
distribution: "temurin"
2020
cache: "gradle"
2121

22+
- name: Give permissions to Gradle
23+
run: chmod +x ./gradlew
24+
2225
- name: Setup Gradle
2326
uses: gradle/actions/setup-gradle@v4
2427

0 commit comments

Comments
 (0)