We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32252e commit 6f14318Copy full SHA for 6f14318
.github/workflows/sonarqube.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/setup-java@v1
17
with:
18
java-version: 11
19
+ - name: Make gradlew executable
20
+ run: chmod +x ./gradlew
21
- name: Cache SonarQube packages
22
uses: actions/cache@v1
23
0 commit comments