ci(gitea): 更新 Maven 设置
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Has been cancelled
- 添加 Set up Maven 步骤,配置 Maven 版本为 3.8.2
This commit is contained in:
parent
bee67be58e
commit
ae63e0f199
@ -17,6 +17,10 @@ jobs:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
- name: Set up Maven
|
||||
uses: https://git.alina-dace.info/actions/setup-maven@v5
|
||||
with:
|
||||
maven-version: 3.8.2
|
||||
- name: build
|
||||
run: mvn clean package -DskipTests=true -P prod
|
||||
- run: docker build sakura-miki:latest
|
||||
|
Loading…
Reference in New Issue
Block a user