mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-29 23:09:48 +00:00
Update android.yml
This commit is contained in:
parent
e93c1b361e
commit
3db7030ed4
1 changed files with 3 additions and 2 deletions
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
|
|
@ -13,14 +13,15 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: set up JDK 11
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '17' # Set JDK version to 17
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue