Skip to content

Commit 15ae7bb

Browse files
committed
build: make gradlew executable
1 parent 2dc74b6 commit 15ae7bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev-jar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
distribution: 'adopt'
1818
java-version: '8'
19+
- name: Make gradlew executable
20+
run: chmod +x ./gradlew
1921
- name: Build with Gradle
2022
run: |
2123
./gradlew jar snapshotVersion

0 commit comments

Comments
 (0)