mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-03 14:11:08 +00:00
change java 8 back to java 11
This commit is contained in:
parent
a5b3b0ee94
commit
76c5ed960d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/compile-android.yml
vendored
4
.github/workflows/compile-android.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: main
|
||||
- name: set up JDK 8
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '8'
|
||||
java-version: '11'
|
||||
distribution: 'zulu'
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x ./android/gradlew
|
||||
|
|
Loading…
Reference in a new issue