Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Kiranteja623 2023-03-04 12:58:34 +05:30
parent 02b3602bef
commit 42e8638186

View file

@ -10,6 +10,8 @@ jobs:
- task: "Gradle@3" - task: "Gradle@3"
inputs: inputs:
gradleWrapperFile: 'gradlew' gradleWrapperFile: 'gradlew'
tasks: 'build' tasks: 'gradlew'
gradleOptions: '-Xmx1024m'