From f3b67d286e6e0f4f8b04a10a2ab06adb9dbaf2ca Mon Sep 17 00:00:00 2001 From: Ghost_chu Date: Thu, 27 Jun 2024 23:42:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8D=87=20JDK=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=88=B0=20JDK=2011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 15acf32..f801601 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,7 +24,7 @@ jobs: - name: Set up JDK 8 uses: actions/setup-java@v3 with: - java-version: '8' + java-version: '11' distribution: 'temurin' cache: maven - name: Build with Maven diff --git a/pom.xml b/pom.xml index e270aba..5e9cc7f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ jar - 8 + 11 UTF-8