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 511cdc8 commit 159282eCopy full SHA for 159282e
.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
0 commit comments