From 282c10ff4ae09b14b279e3b0efb4d4108fcdf709 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 16:07:35 +0530 Subject: [PATCH] gradle --- azure-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml index 7414c6e07..e29e87f87 100644 --- a/azure-pipeline.yaml +++ b/azure-pipeline.yaml @@ -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'