Skip to content

Commit a936b29

Browse files
committed
Update JDK to 21 for build setup
1 parent 47146b3 commit a936b29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16-
- name: Set up JDK 17
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: 17
20-
distribution: 'zulu' # Alternative distribution options are available
19+
distribution: 'zulu'
20+
java-version: 21
2121
- name: Cache SonarQube packages
2222
uses: actions/cache@v4
2323
with:

0 commit comments

Comments
 (0)