Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Update JDK in CI to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
akexorcist committed Dec 21, 2021
1 parent 20d8d5c commit 6096656
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
- name: set up JDK 15
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 15
- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand All @@ -29,10 +29,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
- name: set up JDK 15
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 15
- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 6096656

Please sign in to comment.