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 5fae915 commit f3e78b4Copy full SHA for f3e78b4
.github/workflows/gradle.yml
@@ -10,5 +10,7 @@ jobs:
10
uses: actions/checkout@v4
11
- name: Setup Gradle
12
uses: gradle/actions/setup-gradle@v3
13
+ - name: Make gradlew executable
14
+ run: chmod +x ./gradlew
15
- name: Build with Gradle
16
run: ./gradlew build
0 commit comments