From 6c6ab8475c511b88a7673156d7dfdb6e1d0f7b3f Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sat, 17 Aug 2024 02:31:18 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"```javarefactor(maven):=20=E5=B0=86Ja?= =?UTF-8?q?va=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E5=88=B021"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c080be00932a58228db28cbad61bbc9359c594ed. --- .github/workflows/maven.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0c82c7e..ee4c4c8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,10 +22,10 @@ jobs: steps: - uses: actions/checkout@v4 - run: rm -rf test.db - - name: Set up JDK 21 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: - java-version: '21' + java-version: '17' distribution: 'temurin' cache: maven - run: mvn -B test --file pom.xml diff --git a/pom.xml b/pom.xml index 976b8cd..160087f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ - 21 + 17