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