Skip to content

Commit 3767063

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent ea73543 commit 3767063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
55

66
pool:
7-
vmImage: 'windows-2019'
7+
vmImage: 'windows-2025'
88

99
steps:
1010
- task: JavaToolInstaller@0
@@ -18,7 +18,7 @@ steps:
1818
azureCommonVirtualFile: 'OpenJDK21U-jdk_x64_windows_hotspot_21.0.3_9.zip'
1919
jdkDestinationDirectory: '$(agent.toolsDirectory)/jdk21'
2020
cleanDestinationDirectory: true
21-
- task: Maven@3
21+
- task: Maven@4
2222
inputs:
2323
mavenPomFile: 'pom.xml'
2424
javaHomeOption: 'Path'

0 commit comments

Comments
 (0)