summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-app.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 9337863549..5868913197 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -101,7 +101,7 @@ jobs:
- name: Build Android app
uses: burrunan/gradle-cache-action@v1
with:
- job-id: jdk8
+ job-id: jdk11
arguments: assembleDebug
gradle-version: wrapper
build-root-directory: android
@@ -109,7 +109,7 @@ jobs:
- name: Run unit tests
uses: burrunan/gradle-cache-action@v1
with:
- job-id: jdk8
+ job-id: jdk11
arguments: testDebugUnitTest
gradle-version: wrapper
build-root-directory: android
@@ -118,7 +118,7 @@ jobs:
- name: Assemble instrumented test apk
uses: burrunan/gradle-cache-action@v1
with:
- job-id: jdk8
+ job-id: jdk11
arguments: assembleAndroidTest
gradle-version: wrapper
build-root-directory: android