From c06a3652caa5fd48622b8f552d099182ab17271e Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 18 Aug 2021 21:49:45 -0400 Subject: [PATCH] Update release-branch-pipeline.yml for Azure Pipelines Upping java sdk version to 11 to deal with TLS1.3 issue with packages2 server. --- release-branch-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-branch-pipeline.yml b/release-branch-pipeline.yml index 3fcf5dc3b..3b477a9a9 100644 --- a/release-branch-pipeline.yml +++ b/release-branch-pipeline.yml @@ -58,7 +58,7 @@ steps: mavenPomFile: 'pom.xml' mavenOptions: '-Xmx3072m' javaHomeOption: 'JDKVersion' - jdkVersionOption: '1.8' + jdkVersionOption: '1.11' jdkArchitectureOption: 'x64' publishJUnitResults: true testResultsFiles: '**/surefire-reports/TEST-*.xml'