Update release-branch-pipeline.yml for Azure Pipelines

Upping java sdk version to 11 to deal with TLS1.3 issue with packages2 server.
This commit is contained in:
Mark Iantorno 2021-08-18 21:49:45 -04:00
parent 72e88cb12f
commit c06a3652ca
1 changed files with 1 additions and 1 deletions

View File

@ -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'