Skip to content

Commit f3e78b4

Browse files
authored
Update gradle.yml
1 parent 5fae915 commit f3e78b4

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
@@ -10,5 +10,7 @@ jobs:
1010
uses: actions/checkout@v4
1111
- name: Setup Gradle
1212
uses: gradle/actions/setup-gradle@v3
13+
- name: Make gradlew executable
14+
run: chmod +x ./gradlew
1315
- name: Build with Gradle
1416
run: ./gradlew build

0 commit comments

Comments
 (0)