From 283e9f5d1b228eb299a8d9c2cd5778464e202608 Mon Sep 17 00:00:00 2001 From: LadyCailin Date: Wed, 28 Feb 2024 11:40:28 +0100 Subject: [PATCH] Update azure-pipelines.yml to java 17 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3db0eaaa4..cab4be562 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ pool: steps: - task: JavaToolInstaller@0 inputs: - versionSpec: '16' + versionSpec: '17' jdkArchitectureOption: x64 jdkSourceOption: 'AzureStorage' azureResourceManagerEndpoint: Azure Resource Manager @@ -22,7 +22,7 @@ steps: inputs: mavenPomFile: 'pom.xml' javaHomeOption: 'JDKVersion' - jdkVersionOption: '1.16' + jdkVersionOption: '1.17' jdkArchitectureOption: 'x64' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml'