From f0e5085c10927665c7362de9ce731cde5b8a1506 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 11:29:56 +0530 Subject: [PATCH] build --- azure-pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml index be447fc13..7414c6e07 100644 --- a/azure-pipeline.yaml +++ b/azure-pipeline.yaml @@ -9,10 +9,10 @@ stages: jobs: - job: jobbuild steps: - - task: maven@3 + - task: maven@4 inputs: mavemPomFile: 'pom.xml' publishJUnitResults: true testResultFiles: '**/TEST-*.xml' - jdkVersionOption: '21' - goals: 'package' \ No newline at end of file + jdkVersionOption: '1.17' + goals: 'validate' \ No newline at end of file