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.
2 parents 52a6609 + b57ebbc commit 107b0f0Copy full SHA for 107b0f0
.github/workflows/sonarcloud.yml
@@ -29,11 +29,11 @@ jobs:
29
name: Build
30
runs-on: windows-latest
31
steps:
32
- - name: Set up JDK 11
+ - name: Set up JDK 17
33
uses: actions/setup-java@v3
34
with:
35
distribution: 'adopt'
36
- java-version: 11
+ java-version: 17
37
- name: Setup .NET 5 # At the moment the scanner requires dotnet 5 https://www.nuget.org/packages/dotnet-sonarscanner
38
uses: actions/setup-dotnet@v3
39
0 commit comments