Skip to content

Commit 7ca3aa1

Browse files
authored
Update dev_build.yml
1 parent c894c35 commit 7ca3aa1

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
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
java-version: 21
1717
distribution: adopt
18+
- name: Ensure Gradlew is Executable
19+
run: chmod +x gradlew
1820
- name: Build with Gradle
1921
run: ./gradlew build
2022
- name: Grab Release Tag

0 commit comments

Comments
 (0)