Use JDK 11 for build workflow

This commit is contained in:
arkon 2021-01-05 22:21:01 -05:00 committed by GitHub
parent 284c54cb18
commit 3272929b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,10 +32,10 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.inputs.git-ref }}
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Set up keystore
run: mkdir -p ~/.android/ && echo "${{ secrets.DEBUG_KEYSTORE }}" | base64 --decode > ~/.android/debug.keystore