From 243d3ba80f22e821d5d2c11b16c18360eac27f61 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Thu, 16 Feb 2023 22:23:23 +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 be5e7a78e..a3717b445 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/ + jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64 mavenDirectory: /home/ubuntu/spring-petclinic \ No newline at end of file