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 8265343 commit f84ecdcCopy full SHA for f84ecdc
.github/workflows/gradle.yml
@@ -28,6 +28,9 @@ jobs:
28
java-version: '21'
29
distribution: 'microsoft'
30
31
+
32
+ name: Change wrapper permissions
33
+ run: chmod +x ./gradlew
34
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
35
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
36
- name: Setup Gradle
0 commit comments