mirror of
https://github.com/readrops/Readrops.git
synced 2025-02-09 08:28:39 +01:00
Update build workflow to use JDK 1.17
This commit is contained in:
parent
90b8c54e18
commit
6c875d9d93
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -15,11 +15,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: set up JDK 1.11
|
- name: set up JDK 1.17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
- name: Android Emulator Runner
|
- name: Android Emulator Runner
|
||||||
uses: ReactiveCircus/android-emulator-runner@v2.28.0
|
uses: ReactiveCircus/android-emulator-runner@v2.28.0
|
||||||
with:
|
with:
|
||||||
@ -28,5 +28,5 @@ jobs:
|
|||||||
- uses: codecov/codecov-action@v2.1.0
|
- uses: codecov/codecov-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
files: ./build/reports/jacoco/jacocoFullReport.xml
|
files: ./build/reports/jacoco/jacocoFullReport.xml
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: false
|
||||||
verbose: true
|
verbose: true
|
Loading…
x
Reference in New Issue
Block a user