change java version in git actions

This commit is contained in:
afischerdev 2023-07-18 11:01:04 +02:00
parent 1109021018
commit ead951d149
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
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

View file

@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'zulu'
distribution: 'temurin'
cache: gradle
- name: Create local.properties
run: touch local.properties