From 66c713eb6b4bc6ad05ba3049864ac77ecf82871f Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:24:08 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1588b5294..11c7d214b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,4 +14,4 @@ jobs: testResultsFiles: '**/surefire-reports/TEST-*.xml' JDKVersion: '1.17' javaHomeOption: 'Path' - jdkDirectory: /usr/java + jdkDirectory: /usr/lib/jvm/openjdk-17 \ No newline at end of file