This commit is contained in:
gajendrachinna 2024-12-17 11:29:56 +05:30
parent f809987af0
commit f0e5085c10

View file

@ -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'
jdkVersionOption: '1.17'
goals: 'validate'