From ee6a8a9313ef88a9173b8e8e3d3a328a91386161 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 4 Mar 2023 13:29:14 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index afeed6180..dd226452b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ jobs: steps: - task: Gradle@3 inputs: - gradleWrapperFile: 'gradlew' + gradleWrapperFile: 'spring-petclinic/gradlew' tasks: 'build' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml'