init-cicd-build-maven
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
29de3aaecc
commit
f3b6422679
@ -29,6 +29,10 @@ jobs:
|
|||||||
architecture: x64
|
architecture: x64
|
||||||
cache: "maven"
|
cache: "maven"
|
||||||
- run: java -version
|
- run: java -version
|
||||||
|
- uses: https://git.pintantan.com/actions/setup-maven@v5.1
|
||||||
|
name: 准备Maven
|
||||||
|
with:
|
||||||
|
maven-version: '3.9.7'
|
||||||
# 缓存 Maven 依赖
|
# 缓存 Maven 依赖
|
||||||
# - name: Cache Maven packages
|
# - name: Cache Maven packages
|
||||||
# uses: https://git.pintantan.com/actions/cache@v3
|
# uses: https://git.pintantan.com/actions/cache@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user