From 0a9e13d4a1a486769c40739de48dee24865c8e51 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 4 Mar 2023 13:01:00 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 915b9371d..3bbd99d16 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,8 @@ jobs: gradleWrapperFile: 'gradlew' tasks: 'gradlew' gradleOptions: '-Xmx1024m' + javaHomeOption: 'JDKVersion' + jdkVersionOption: '1.11' \ No newline at end of file