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