mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
build
This commit is contained in:
parent
f809987af0
commit
f0e5085c10
1 changed files with 3 additions and 3 deletions
|
@ -9,10 +9,10 @@ stages:
|
|||
jobs:
|
||||
- job: jobbuild
|
||||
steps:
|
||||
- task: maven@3
|
||||
- task: maven@4
|
||||
inputs:
|
||||
mavemPomFile: 'pom.xml'
|
||||
publishJUnitResults: true
|
||||
testResultFiles: '**/TEST-*.xml'
|
||||
jdkVersionOption: '21'
|
||||
goals: 'package'
|
||||
jdkVersionOption: '1.17'
|
||||
goals: 'validate'
|
Loading…
Reference in a new issue