This commit is contained in:
gajendrachinna 2024-12-17 17:31:48 +05:30
parent c587c62374
commit ce645feeba

View file

@ -9,11 +9,11 @@ stages:
jobs:
- job: jobbuild
steps:
- task: Gardle@3
- task: Gradle@3
inputs:
tasks: 'build'
gradleWrapperFile: 'gradlew'
publishJUnitResults: true
testResultFiles: '**/TEST-*.xml'
jdkVersionOption: '1.17'
goals: 'build'
goals: 'deploy'