We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc0ec1 commit 9c50b12Copy full SHA for 9c50b12
.github/workflows/build.yml
@@ -25,4 +25,6 @@ jobs:
25
- name: Setup Gradle
26
uses: gradle/actions/setup-gradle@v4
27
- name: Build with Gradle
28
- run: ./gradlew build
+ run: |
29
+ chmod +x ./gradlew
30
+ ./gradlew build
0 commit comments