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