Skip to content

Commit 88a40af

Browse files
committed
Fix for workflow (1)
1 parent 4df8bcf commit 88a40af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
java-version: "17"
2020
distribution: "temurin" # AdoptOpenJDK builds from Eclipse Foundation
2121

22+
- name: Set execute permissions for Gradle wrapper
23+
run: chmod +x ./gradlew
24+
2225
- name: Build with Gradle
2326
run: ./gradlew build
2427

0 commit comments

Comments
 (0)