Skip to content

Commit

Permalink
Update starsky-sonarqube-clientapp-netcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Aug 14, 2023
1 parent 28e4a58 commit 3f80a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/starsky-sonarqube-clientapp-netcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
with:
dotnet-version: 6.0.413

- name: Use Java 11
- name: Use Java 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
check-latest: true
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to x64
Expand Down

0 comments on commit 3f80a77

Please sign in to comment.