Skip to content

Commit f309442

Browse files
committed
Made gradlew executible
1 parent 2191828 commit f309442

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
distribution: 'temurin'
2020
java-version: '21'
2121

22+
- name: Make gradlew executable
23+
run: chmod +x gradlew
24+
2225
- name: Build with Gradle
2326
run: ./gradlew build --no-daemon

0 commit comments

Comments
 (0)