0
0
Fork 0
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:
Kenny 2022-02-25 08:19:35 -05:00 committed by GitHub
parent a5b3b0ee94
commit 76c5ed960d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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