From 82e41df1c70c0c98dbc36c6579af964bdeabcc6e Mon Sep 17 00:00:00 2001 From: soul-walker Date: Fri, 22 Mar 2024 09:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=BE=E7=BD=AEmaven?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/CI_local_test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/CI_local_test.yaml b/.gitea/workflows/CI_local_test.yaml index 1409baa4a..1856f400a 100644 --- a/.gitea/workflows/CI_local_test.yaml +++ b/.gitea/workflows/CI_local_test.yaml @@ -20,6 +20,10 @@ jobs: distribution: 'zulu' cache: 'maven' cache-dependency-path: './pom.xml' + - name: 设置Maven环境 + uses: https://gitea.joylink.club/actions/setup-maven@v5 + with: + maven-version: 3.8.2 - name: 构建 run: | mvn -Dmaven.test.skip=true clean package