Skip to content

Commit ca12c4f

Browse files
committed
permission fix
1 parent 4f6e21a commit ca12c4f

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
java-version: 21
2020
distribution: temurin
2121

22+
- name: Make gradle wrapper executable
23+
run: chmod +x ./gradlew
24+
2225
- name: Build
2326
run: ./gradlew build
2427

0 commit comments

Comments
 (0)