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: jobs:
- job: jobbuild - job: jobbuild
steps: steps:
- task: maven@3 - task: maven@4
inputs: inputs:
mavemPomFile: 'pom.xml' mavemPomFile: 'pom.xml'
publishJUnitResults: true publishJUnitResults: true
testResultFiles: '**/TEST-*.xml' testResultFiles: '**/TEST-*.xml'
jdkVersionOption: '21' jdkVersionOption: '1.17'
goals: 'package' goals: 'validate'