mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Update azure-pipelines.ym
This commit is contained in:
parent
6bfcd83aba
commit
1d433b3267
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ jobs:
|
|||
- script: sudo apt update && sudo apt install openjdk-11-jdk -y
|
||||
- task: "Gradle@3"
|
||||
inputs:
|
||||
workingDirectory: spring-petclinic/
|
||||
gradleWrapperFile: './gradlew'
|
||||
gradleWrapperFile: 'gradlew'
|
||||
tasks: 'build'
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
|
|
Loading…
Reference in a new issue