We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283e9f5 commit fd53398Copy full SHA for fd53398
1 file changed
azure-pipelines.yml
@@ -15,8 +15,8 @@ steps:
15
azureResourceManagerEndpoint: Azure Resource Manager
16
azureStorageAccountName: methodscriptjdkbuilds
17
azureContainerName: jdks
18
- azureCommonVirtualFile: 'OpenJDK16U-jdk_x86-32_windows_hotspot_16.0.1_9.zip'
19
- jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk16'
+ azureCommonVirtualFile: 'OpenJDK-jdk_x64_linux_hotspot_2021-05-06-23-30.tar.gz'
+ jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk17'
20
cleanDestinationDirectory: true
21
- task: Maven@3
22
inputs:
0 commit comments