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