From 00b9f6c13f2a81fe120638319bd4a2f399dadcf3 Mon Sep 17 00:00:00 2001 From: LadyCailin Date: Wed, 27 Mar 2024 20:24:10 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2b21b6d62..e93a87cc8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,8 @@ steps: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' - javaHomeOption: 'JDKVersion' + javaHomeOption: 'Path' + jdkDirectory: 'C:\hostedtoolcache\windows\jdk17\JAVA_HOME_17_X64_OpenJDK-jdk_x64_linux_hotspot_2021-05-06-23-30_tar.gz\jdk-17+20' jdkVersionOption: '1.17' jdkArchitectureOption: 'x64' publishJUnitResults: true