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

@ -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