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