mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
18
This commit is contained in:
parent
ce645feeba
commit
4864420c0e
1 changed files with 3 additions and 3 deletions
|
@ -9,10 +9,10 @@ stages:
|
|||
jobs:
|
||||
- job: jobbuild
|
||||
steps:
|
||||
- task: Gardle@3
|
||||
- task: maven@4
|
||||
inputs:
|
||||
gradleWrapperFile: 'gradlew'
|
||||
mavenPOMFile: 'pom.xml'
|
||||
publishJUnitResults: true
|
||||
testResultFiles: '**/TEST-*.xml'
|
||||
jdkVersionOption: '1.17'
|
||||
goals: 'validate'
|
||||
goals: 'build'
|
Loading…
Reference in a new issue