We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c894c35 commit 7ca3aa1Copy full SHA for 7ca3aa1
.github/workflows/dev_build.yml
@@ -15,6 +15,8 @@ jobs:
15
with:
16
java-version: 21
17
distribution: adopt
18
+ - name: Ensure Gradlew is Executable
19
+ run: chmod +x gradlew
20
- name: Build with Gradle
21
run: ./gradlew build
22
- name: Grab Release Tag
0 commit comments