From 188bad09cc0ccd677f08e8b10b490936ed1ce7af Mon Sep 17 00:00:00 2001 From: LadyCailin Date: Wed, 27 Mar 2024 20:30:29 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e93a87cc8..862ffbc06 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,14 +15,13 @@ steps: azureResourceManagerEndpoint: Azure Resource Manager azureStorageAccountName: methodscriptjdkbuilds azureContainerName: jdks - azureCommonVirtualFile: 'OpenJDK-jdk_x64_linux_hotspot_2021-05-06-23-30.tar.gz' + azureCommonVirtualFile: 'OpenJDK17U-jdk_x64_windows_hotspot_17.0.10_7.zip' jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk17' cleanDestinationDirectory: true - task: Maven@3 inputs: mavenPomFile: 'pom.xml' - 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' + javaHomeOption: 'JDKVersion' jdkVersionOption: '1.17' jdkArchitectureOption: 'x64' publishJUnitResults: true