We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47146b3 commit a936b29Copy full SHA for a936b29
1 file changed
.github/workflows/build.yml
@@ -13,11 +13,11 @@ jobs:
13
- uses: actions/checkout@v4
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- - name: Set up JDK 17
+ - name: Set up JDK 21
17
uses: actions/setup-java@v4
18
19
- java-version: 17
20
- distribution: 'zulu' # Alternative distribution options are available
+ distribution: 'zulu'
+ java-version: 21
21
- name: Cache SonarQube packages
22
uses: actions/cache@v4
23
0 commit comments