From fde0c878e48f436c9e79787cecb20ba43ac7da39 Mon Sep 17 00:00:00 2001 From: MaruthiShankarG <160142741+MaruthiShankarG@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:32:44 +0530 Subject: [PATCH] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 7438c7453..e1acdd916 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -10,6 +10,11 @@ pool: vmImage: ubuntu-latest steps: +- task: JavaToolInstaller@0 + inputs: + versionSpec: '17' + jdkArchitectureOption: 'x64' + jdkSourceOption: 'PreInstalled' - task: Maven@3 inputs: mavenPomFile: 'pom.xml'