0
0
mirror of https://github.com/mueller-ma/PrepaidBalance.git synced 2024-09-20 00:12:15 +02:00

Use Java 17 in deploy-apk.yml

This commit is contained in:
mueller-ma 2023-05-03 15:04:27 +02:00 committed by GitHub
parent 1e70a36054
commit efb32b0cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
java-version: 17
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1.0.6