Merge pull request #8844 from element-hq/feature/valere/fix_sonar_ci

Fix sonarqube CI error UnsupportedClassVersionError
This commit is contained in:
Valere 2024-06-06 17:27:03 +02:00 committed by GitHub
commit b116ce3ee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-java@v3 - uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'adopt'
java-version: '11' java-version: '17'
- uses: gradle/gradle-build-action@v2 - uses: gradle/gradle-build-action@v2
with: with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }} cache-read-only: ${{ github.ref != 'refs/heads/develop' }}