We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b303b5 commit a14dda2Copy full SHA for a14dda2
.github/workflows/ci.yml
@@ -33,6 +33,8 @@ jobs:
33
with:
34
java-version: '8'
35
distribution: 'temurin'
36
+ - name: Make gradlew executable
37
+ run: chmod +x ./gradlew
38
- name: Build with Gradle
39
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
40
0 commit comments