Skip to content

Commit f42b6cc

Browse files
Sonar refuses to work with Java 11 - bumped to 17
1 parent e477dbd commit f42b6cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
15-
- name: Set up JDK 11
15+
- name: Set up JDK 17
1616
uses: actions/setup-java@v1
1717
with:
18-
java-version: 11
18+
java-version: 17
1919
- name: Cache SonarCloud packages
2020
uses: actions/cache@v1
2121
with:

0 commit comments

Comments
 (0)