From 0b2384fb882066fb5ff1fc062ee44347c0c3add8 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=20Java=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 4c04c99..85b8fd2 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -15,10 +15,10 @@ jobs: with: fetch-depth: 0 - - name: set up JDK 17 + - name: set up JDK 21 uses: actions/setup-java@v4.6.0 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: gradle