mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +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:
|
jobs:
|
||||||
- job: jobbuild
|
- job: jobbuild
|
||||||
steps:
|
steps:
|
||||||
- task: maven@3
|
- task: maven@4
|
||||||
inputs:
|
inputs:
|
||||||
mavemPomFile: 'pom.xml'
|
mavemPomFile: 'pom.xml'
|
||||||
publishJUnitResults: true
|
publishJUnitResults: true
|
||||||
testResultFiles: '**/TEST-*.xml'
|
testResultFiles: '**/TEST-*.xml'
|
||||||
jdkVersionOption: '21'
|
jdkVersionOption: '1.17'
|
||||||
goals: 'package'
|
goals: 'validate'
|
Loading…
Reference in a new issue