This commit is contained in:
parent
929740a50e
commit
5b25a2db6c
@ -13,18 +13,15 @@ jobs:
|
||||
runs-on: common-devops
|
||||
|
||||
steps:
|
||||
|
||||
# 检出代码
|
||||
- name: 拉取代码
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# 设置Java环境
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
cache: 'maven'
|
||||
# 检出代码
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# Maven 构建打包
|
||||
- name: Build with Maven
|
||||
|
Loading…
x
Reference in New Issue
Block a user