Skip to content

Commit 99c3469

Browse files
committed
Use Java 17 for Sonar Analysis
1 parent 94ce0ab commit 99c3469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
os: ${{ matrix.os }}
3232
java-version: ${{ matrix.java }}
3333
sonar-run-on-os: ubuntu-latest
34-
sonar-run-on-java-version: 11
34+
sonar-run-on-java-version: 17
3535
sonar-token: ${{ secrets.SONAR_TOKEN }}
3636
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)