This commit is contained in:
gajendrachinna 2024-12-18 11:01:01 +05:30
parent ce645feeba
commit 4864420c0e

View file

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