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:
- job: jobbuild
steps:
- task: maven@4
- task: Gardle@3
inputs:
mavemPomFile: 'pom.xml'
gradleWrapperFile: 'gradlew'
publishJUnitResults: true
testResultFiles: '**/TEST-*.xml'
jdkVersionOption: '1.17'