Update android.yml
This commit is contained in:
parent
e750e1bb1a
commit
8e666131d3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
|
|
@ -19,12 +19,12 @@ jobs:
|
|||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Step 2: Set up JDK (Java 11 is used for Android projects)
|
||||
- name: Set up JDK 11
|
||||
# Step 2: Set up JDK (Java 17 is required for Android projects)
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
|
||||
# Step 3: Grant execute permission for gradlew
|
||||
- name: Grant execute permission for gradlew
|
||||
|
|
|
|||
Loading…
Reference in a new issue