From 1a3c8e90bab1e9c324218862183670ce7f4e5a96 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:20:14 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7742a031f..3f231b267 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,6 @@ --- pool: - name: Azure Pipelines - Vmimage: ubuntu-latest + name: default trigger: - main jobs: @@ -13,4 +12,5 @@ jobs: mavenPOMFile: 'pom.xml' goals: 'package' testResultsFiles: '**/surefire-reports/TEST-*.xml' - JDKVersion: '1.17' + javaHomeOption: 'Path' + jdkDirectory: /usr/java