Skip to content

Commit 39f6ea5

Browse files
authored
Update sonarcloud.yml (#82)
1 parent 0f92e9b commit 39f6ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
fetch-depth: 0
2828
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
2929
submodules: recursive
30-
- name: "Set up JDK 11"
30+
- name: Set up JDK
3131
uses: actions/setup-java@v4
3232
with:
33-
java-version: 11
33+
java-version: 17
3434
distribution: "zulu"
3535
cache: "gradle"
3636
- name: "Cache SonarCloud packages"

0 commit comments

Comments
 (0)