From 7b4f9f7114d4f7c3f8e40bb019b94f7a6f650dde Mon Sep 17 00:00:00 2001 From: neilyhe <228429803@qq.com> Date: Mon, 20 Jan 2025 16:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7jdk=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=A1=A5=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 2feb721e..1f6febe4 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -47,7 +47,7 @@ jobs: - name: set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' - name: Cache Gradle packages uses: actions/cache@v2