From 4864420c0ed8fff12f98a43d85035e0fe46455dc Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Wed, 18 Dec 2024 11:01:01 +0530 Subject: [PATCH] 18 --- azure-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipeline.yml b/azure-pipeline.yml index e29e87f87..cd5c0d5a9 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -9,10 +9,10 @@ stages: jobs: - job: jobbuild steps: - - task: Gardle@3 + - task: maven@4 inputs: - gradleWrapperFile: 'gradlew' + mavenPOMFile: 'pom.xml' publishJUnitResults: true testResultFiles: '**/TEST-*.xml' jdkVersionOption: '1.17' - goals: 'validate' \ No newline at end of file + goals: 'build' \ No newline at end of file