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:
parent
72e88cb12f
commit
c06a3652ca
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue