From 6b97b3088d72d0d936e1a1c87ab4475c4570925b Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:23:02 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f231b267..1588b5294 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,5 +12,6 @@ jobs: mavenPOMFile: 'pom.xml' goals: 'package' testResultsFiles: '**/surefire-reports/TEST-*.xml' + JDKVersion: '1.17' javaHomeOption: 'Path' jdkDirectory: /usr/java