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 eac6902 + de9f8e4 commit 44af825Copy full SHA for 44af825
.github/workflows/sonarcloud.yml
@@ -16,10 +16,12 @@ jobs:
16
- uses: actions/checkout@v3
17
with:
18
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19
- - name: Set up JDK 11
+ - name: Set up JDK
20
uses: actions/setup-java@v3
21
22
- java-version: 11
+ java-version: 17
23
+ distribution: 'adopt'
24
+ cache: gradle
25
- name: Cache SonarCloud packages
26
uses: actions/cache@v3
27
@@ -36,4 +38,4 @@ jobs:
36
38
env:
37
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
40
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: ./gradlew build sonarqube --info
41
+ run: ./gradlew build sonarqube --info
0 commit comments