11&8
This commit is contained in:
parent
702b6aae32
commit
69b170b754
8
.github/workflows/maven.yml
vendored
8
.github/workflows/maven.yml
vendored
@ -10,14 +10,14 @@ jobs:
|
||||
Build:
|
||||
strategy:
|
||||
matrix:
|
||||
jdkversion: [11]
|
||||
jdkversion: [ 11,8 ]
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.jdkversion }}
|
||||
cache: 'maven'
|
||||
- name: 使用Maven构建
|
||||
run: mvn -V -B clean package --file pom.xml
|
||||
- name: Build
|
||||
run: mvn -V -B clean package --file pom.xml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user