From 02e0d5c6fdc630368294251ac07554858140441b Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:52:28 +0530 Subject: [PATCH] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 2ceaedf6b..5d178b363 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -14,7 +14,8 @@ steps: publishJUnitResults: true goals: 'package' testResultsFiles: '**/surefire-reports/TEST-*.xml' - jdkDirectory: /usr/lib/jvm/java-1.17 + jdkDirectory: /usr/lib/jvm/java-1.17.0-openjdk-amd64 + jdkVersionOption: '1.17' mavenDirectory: /home/ubuntu/spring-petclinic \ No newline at end of file