ci: GitHub Actions 指定中央仓库下载 maven 依赖

This commit is contained in:
xiongxiaoyang
2025-03-20 13:26:10 +08:00
parent d955b11165
commit 6cdb68899b
3 changed files with 63 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
distribution: 'temurin'
- name: Build project with Maven
run: mvn clean install -DskipTests=true
run: mvn clean install -DskipTests=true -Pcentral-repo
- name: Create Release
id: create_release