Upgrade sonarcloud to java 17 lts

This commit is contained in:
Oliver Warz 2023-08-22 12:26:43 +02:00
parent 9af46c3bbb
commit 9f5c3c1c7d

View File

@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file