From 63ef05ac15e1a252b6bf2ab19b75e138405373b9 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 5 May 2026 16:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c4b6da4d..375f5839 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -26,7 +26,6 @@ jobs: distribution: 'temurin' java-version: '21' cache: 'maven' - cache-dependency-path: 'sub-project/pom.xml' - name: Maven 打包 run: mvn -B package --file pom.xml