mirror of
https://github.com/readrops/Readrops.git
synced 2025-02-03 12:07:35 +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:
|
||||
- uses: actions/checkout@v2
|
||||
- name: set up JDK 1.11
|
||||
- name: set up JDK 1.17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
- name: Android Emulator Runner
|
||||
uses: ReactiveCircus/android-emulator-runner@v2.28.0
|
||||
with:
|
||||
@ -28,5 +28,5 @@ jobs:
|
||||
- uses: codecov/codecov-action@v2.1.0
|
||||
with:
|
||||
files: ./build/reports/jacoco/jacocoFullReport.xml
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false
|
||||
verbose: true
|
Loading…
x
Reference in New Issue
Block a user