Skip to content

Commit 6f14318

Browse files
authored
Update sonarqube.yml
1 parent b32252e commit 6f14318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sonarqube.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 11
19+
- name: Make gradlew executable
20+
run: chmod +x ./gradlew
1921
- name: Cache SonarQube packages
2022
uses: actions/cache@v1
2123
with:

0 commit comments

Comments
 (0)