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.
2 parents 23174be + 885da55 commit d149443Copy full SHA for d149443
.github/workflows/gradle.yml
@@ -21,5 +21,7 @@ jobs:
21
with:
22
java-version: '17'
23
distribution: 'adopt'
24
+ - name: Change wrapper permissions
25
+ run: chmod +x ./gradlew
26
- name: Clean and Build with Gradle
27
run: ./gradlew clean build
0 commit comments