This commit is contained in:
gajendrachinna 2024-12-17 16:07:35 +05:30
parent f0e5085c10
commit 282c10ff4a

View file

@ -9,9 +9,9 @@ stages:
jobs: jobs:
- job: jobbuild - job: jobbuild
steps: steps:
- task: maven@4 - task: Gardle@3
inputs: inputs:
mavemPomFile: 'pom.xml' gradleWrapperFile: 'gradlew'
publishJUnitResults: true publishJUnitResults: true
testResultFiles: '**/TEST-*.xml' testResultFiles: '**/TEST-*.xml'
jdkVersionOption: '1.17' jdkVersionOption: '1.17'