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 5f46951 commit 387851dCopy full SHA for 387851d
.github/workflows/build.yml
@@ -14,11 +14,11 @@ jobs:
14
- uses: actions/checkout@v3
15
with:
16
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
17
- - name: Set up JDK 17
+ - name: Set up JDK 21
18
uses: actions/setup-java@v3
19
20
distribution: 'adopt'
21
- java-version: 17
+ java-version: 21
22
- name: Cache SonarCloud packages
23
uses: actions/cache@v3
24
@@ -35,4 +35,4 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
37
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
38
- run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
+ run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
0 commit comments