Skip to content

Commit

Permalink
Update azure-pipelines.yml to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Feb 28, 2024
1 parent 7c64252 commit 283e9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pool:
steps:
- task: JavaToolInstaller@0
inputs:
versionSpec: '16'
versionSpec: '17'
jdkArchitectureOption: x64
jdkSourceOption: 'AzureStorage'
azureResourceManagerEndpoint: Azure Resource Manager
Expand All @@ -22,7 +22,7 @@ steps:
inputs:
mavenPomFile: 'pom.xml'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.16'
jdkVersionOption: '1.17'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
Expand Down

0 comments on commit 283e9f5

Please sign in to comment.