Skip to content

Commit 5795b63

Browse files
try to solve the build issue
1 parent b43744a commit 5795b63

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
@@ -18,6 +18,9 @@ jobs:
1818
java-version: '21'
1919
distribution: 'temurin'
2020

21+
- name: Make Gradle wrapper executable
22+
run: chmod +x ./gradlew
23+
2124
- name: Setup Gradle
2225
uses: gradle/actions/setup-gradle@v4
2326

0 commit comments

Comments
 (0)