Skip to content

Commit a14dda2

Browse files
committed
fix github action
1 parent 5b303b5 commit a14dda2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
with:
3434
java-version: '8'
3535
distribution: 'temurin'
36+
- name: Make gradlew executable
37+
run: chmod +x ./gradlew
3638
- name: Build with Gradle
3739
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
3840
with:

0 commit comments

Comments
 (0)