Skip to content

Commit

Permalink
update runner java version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurcugnierecs committed Sep 23, 2024
1 parent 028726f commit 64e2313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

# Step 2: Set up JDK 11 (required for Gradle)
- name: Set up JDK 11
# Step 2: Set up JDK 17 (required for Gradle)
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: '11'
java-version: '17'

# Step 3: Cache Gradle dependencies
- name: Cache Gradle dependencies
Expand Down

0 comments on commit 64e2313

Please sign in to comment.