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 d0201b0 commit 899e898Copy full SHA for 899e898
.github/workflows/dev_build.yml
@@ -11,6 +11,8 @@ jobs:
11
with:
12
java-version: 18
13
distribution: adopt
14
+ - name: Make gradlew executable
15
+ run: chmod +x ./gradlew
16
- name: Build
17
run: ./gradlew build
18
- name: Release
0 commit comments