change java 11 to java 8

This commit is contained in:
Kenny 2022-02-25 08:13:32 -05:00 committed by GitHub
parent 6cc45933d9
commit 9ba9950c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v2
with:
ref: main
- name: set up JDK 11
- name: set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '8'
distribution: 'zulu'
- name: Grant execute permission for gradlew
run: chmod +x ./android/gradlew