Skip to content

Commit 21abf4a

Browse files
authored
fix: update build.yml to java 21 corretto
Signed-off-by: JonasDevDE <[email protected]>
1 parent 6be175f commit 21abf4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
14-
- name: Set up JDK 17
14+
- name: Set up JDK 21
1515
uses: actions/setup-java@v4
1616
with:
17-
java-version: 17
18-
distribution: 'zulu' # Alternative distribution options are available
17+
java-version: 21
18+
distribution: 'corretto' # Alternative distribution options are available
1919
- name: Make gradlew executable
2020
run: chmod +x gradlew
2121
- name: Cache SonarQube packages

0 commit comments

Comments
 (0)