Skip to content

Commit b5dbb91

Browse files
committed
Fix sonarqube UnsupportedClassVersionError
revert sonarqube version try java sdk 17 put back sonarqube plugin version
1 parent 15a252b commit b5dbb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-java@v3
3333
with:
3434
distribution: 'adopt'
35-
java-version: '11'
35+
java-version: '17'
3636
- uses: gradle/gradle-build-action@v2
3737
with:
3838
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}

0 commit comments

Comments
 (0)