From fd53398272ab564d501ceee459660cc0949de8c6 Mon Sep 17 00:00:00 2001 From: LadyCailin Date: Wed, 28 Feb 2024 11:51:44 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cab4be562..2b21b6d62 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,8 +15,8 @@ steps: azureResourceManagerEndpoint: Azure Resource Manager azureStorageAccountName: methodscriptjdkbuilds azureContainerName: jdks - azureCommonVirtualFile: 'OpenJDK16U-jdk_x86-32_windows_hotspot_16.0.1_9.zip' - jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk16' + azureCommonVirtualFile: 'OpenJDK-jdk_x64_linux_hotspot_2021-05-06-23-30.tar.gz' + jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk17' cleanDestinationDirectory: true - task: Maven@3 inputs: