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