update to java 11

this is getting really fucking annoying. thanks java
This commit is contained in:
Kenny 2022-04-03 20:18:52 -04:00 committed by GitHub
parent 0cd95a9bb0
commit 744b085e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,10 +52,10 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm i
- 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: Copy web assets to native platform
run: npx cap copy android
- name: Update native platform