Skip to content

Commit 283e9f5

Browse files
committed
Update azure-pipelines.yml to java 17
1 parent 7c64252 commit 283e9f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pool:
99
steps:
1010
- task: JavaToolInstaller@0
1111
inputs:
12-
versionSpec: '16'
12+
versionSpec: '17'
1313
jdkArchitectureOption: x64
1414
jdkSourceOption: 'AzureStorage'
1515
azureResourceManagerEndpoint: Azure Resource Manager
@@ -22,7 +22,7 @@ steps:
2222
inputs:
2323
mavenPomFile: 'pom.xml'
2424
javaHomeOption: 'JDKVersion'
25-
jdkVersionOption: '1.16'
25+
jdkVersionOption: '1.17'
2626
jdkArchitectureOption: 'x64'
2727
publishJUnitResults: true
2828
testResultsFiles: '**/TEST-*.xml'

0 commit comments

Comments
 (0)