Update mvn jdk

This commit is contained in:
xxq250 2022-05-31 10:10:42 +08:00
parent c511b6a32c
commit e40ad7bdf4
1 changed files with 13 additions and 13 deletions

View File

@ -1,17 +1,17 @@
kind: pipeline
type: docker
name: master
platform:
os: linux
kind: pipeline
type: docker
name: master
platform:
os: linux
arch: amd64
steps:
- name: maven
image: maven:3-jdk-10
commands:
- name: maven
image: maven:3.6.3-jdk-11
commands:
- mvn install -DskipTests=true
trigger:
branch:
- master
event:
- push
trigger:
branch:
- master
event:
- push