From 744b085e3ae82a66329892a9dd2cc596507fc1ce Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Sun, 3 Apr 2022 20:18:52 -0400 Subject: [PATCH] update to java 11 this is getting really fucking annoying. thanks java --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b3960b..9581785 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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