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 0139177 commit eaaa633Copy full SHA for eaaa633
.github/workflows/build.yml
@@ -25,3 +25,5 @@ jobs:
25
uses: gradle/actions/setup-gradle@v3
26
- name: Build
27
run: ./gradlew build
28
+ - name: Make gradlew executable
29
+ run: chmod +x ./gradlew
0 commit comments