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 6be175f commit 21abf4aCopy full SHA for 21abf4a
.github/workflows/build.yml
@@ -11,11 +11,11 @@ jobs:
11
- uses: actions/checkout@v4
12
with:
13
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
14
- - name: Set up JDK 17
+ - name: Set up JDK 21
15
uses: actions/setup-java@v4
16
17
- java-version: 17
18
- distribution: 'zulu' # Alternative distribution options are available
+ java-version: 21
+ distribution: 'corretto' # Alternative distribution options are available
19
- name: Make gradlew executable
20
run: chmod +x gradlew
21
- name: Cache SonarQube packages
0 commit comments