mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Update JVM with zulu distribution
This commit is contained in:
parent
e1eab0e562
commit
7214e15505
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonar-build.yml
vendored
2
.github/workflows/sonar-build.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: 'openjdk'
|
||||
distribution: 'zulu' # Alternative distribution options are available.
|
||||
- name: Cache SonarCloud packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue