init-cicd-build-maven
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
TangHuan 2025-04-03 09:14:05 +08:00
parent 29de3aaecc
commit f3b6422679

View File

@ -29,6 +29,10 @@ jobs:
architecture: x64
cache: "maven"
- run: java -version
- uses: https://git.pintantan.com/actions/setup-maven@v5.1
name: 准备Maven
with:
maven-version: '3.9.7'
# 缓存 Maven 依赖
# - name: Cache Maven packages
# uses: https://git.pintantan.com/actions/cache@v3