From 42e86381867d81642577f27dce376d7a594cf9e7 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 4 Mar 2023 12:58:34 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8ef99c75..915b9371d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,8 @@ jobs: - task: "Gradle@3" inputs: gradleWrapperFile: 'gradlew' - tasks: 'build' + tasks: 'gradlew' + gradleOptions: '-Xmx1024m' + \ No newline at end of file