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 0fd097a commit 18f4355Copy full SHA for 18f4355
1 file changed
.github/workflows/dotnetCi.yml
@@ -39,7 +39,8 @@ jobs:
39
- name: Setup Java JDK for SonarScanner
40
uses: actions/setup-java@v5.1.0
41
with:
42
- java-version: 17
+ java-version: 21
43
+ distribution: 'zulu'
44
45
# Environment setup pre-build
46
0 commit comments