更新 .gitea/workflows/test.yaml

This commit is contained in:
2026-05-05 16:52:26 +08:00
parent f817517ab3
commit 63ef05ac15

View File

@@ -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