diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml index 734d13f0a..6ad2fe109 100644 --- a/azure-pipeline.yaml +++ b/azure-pipeline.yaml @@ -14,5 +14,5 @@ stages: mavemPOMFile: 'pom.xml' publishJUnitResults: 'true' testResultFiles: 'default' - jdkVersionOption: '1.17' - goals: 'pacakge' \ No newline at end of file + jdkVersionOption: '17' + goals: 'package' \ No newline at end of file