Update .gitea/workflows/buildAndroid.yaml
Some checks failed
Build Android / build (push) Failing after 10m21s

This commit is contained in:
2023-06-25 16:00:11 +02:00
parent db586576ec
commit 1ecd996749

View File

@@ -6,10 +6,10 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Build the app