Update .gitea/workflows/buildAndroid.yaml
Some checks failed
Build Android / build (push) Failing after 10m21s
Some checks failed
Build Android / build (push) Failing after 10m21s
This commit is contained in:
@@ -6,10 +6,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: set up JDK 11
|
- name: set up JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
|
|||||||
Reference in New Issue
Block a user