Skip to content

Commit 899e898

Browse files
committed
Update dev_build.yml
1 parent d0201b0 commit 899e898

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
with:
1212
java-version: 18
1313
distribution: adopt
14+
- name: Make gradlew executable
15+
run: chmod +x ./gradlew
1416
- name: Build
1517
run: ./gradlew build
1618
- name: Release

0 commit comments

Comments
 (0)