We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38bfe0 commit 74826bdCopy full SHA for 74826bd
.github/workflows/gradle.yml
@@ -33,6 +33,10 @@ jobs:
33
- name: Setup Gradle
34
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
35
36
+ - name: Make gradlew executable
37
+ working-directory: ./java
38
+ run: chmod +x ./gradlew
39
+
40
- name: Build with Gradle Wrapper
41
working-directory: ./java
42
run: ./gradlew build
0 commit comments