Skip to content

Commit 5713a3e

Browse files
authored
Update sonar-cloud-scan.yml -- Fix java class file version error by updating java-version from 11 to 17
1 parent 6ad7bf5 commit 5713a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-cloud-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/[email protected]
4848
with:
4949
distribution: 'microsoft' # See 'Supported distributions' for available options
50-
java-version: '11'
50+
java-version: '17'
5151

5252
- uses: actions/checkout@v2
5353
with:

0 commit comments

Comments
 (0)