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 a77b498 commit 6be175fCopy full SHA for 6be175f
.github/workflows/build.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
java-version: 17
18
distribution: 'zulu' # Alternative distribution options are available
19
+ - name: Make gradlew executable
20
+ run: chmod +x gradlew
21
- name: Cache SonarQube packages
22
uses: actions/cache@v4
23
@@ -31,4 +33,4 @@ jobs:
31
33
- name: Build and analyze
32
34
env:
35
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: ./gradlew build sonar --info
36
+ run: ./gradlew build sonar --info
0 commit comments