mirror of
https://github.com/PatilShreyas/NotyKT.git
synced 2025-08-06 19:43:03 +08:00
Update Java JDK version in CI
This commit is contained in:
4
.github/workflows/ci_android.yml
vendored
4
.github/workflows/ci_android.yml
vendored
@ -15,10 +15,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up JDK 12
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 12
|
||||
java-version: 17
|
||||
|
||||
- name: Cache Gradle and wrapper
|
||||
uses: actions/cache@v2
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Set up JDK 12
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 12
|
||||
java-version: 17
|
||||
|
||||
- name: Cache Gradle and wrapper
|
||||
uses: actions/cache@v2
|
||||
|
Reference in New Issue
Block a user