We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea73543 commit 3767063Copy full SHA for 3767063
azure-pipelines.yml
@@ -4,7 +4,7 @@
4
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
5
6
pool:
7
- vmImage: 'windows-2019'
+ vmImage: 'windows-2025'
8
9
steps:
10
- task: JavaToolInstaller@0
@@ -18,7 +18,7 @@ steps:
18
azureCommonVirtualFile: 'OpenJDK21U-jdk_x64_windows_hotspot_21.0.3_9.zip'
19
jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk21'
20
cleanDestinationDirectory: true
21
-- task: Maven@3
+- task: Maven@4
22
inputs:
23
mavenPomFile: 'pom.xml'
24
javaHomeOption: 'Path'
0 commit comments