Update pull-request-pipeline.yml for Azure Pipelines

Upping java version to deal with ssl properly.
This commit is contained in:
Mark Iantorno 2021-08-18 21:15:05 -04:00
parent 6e5108afcc
commit 3508a22b56
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ steps:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
@ -41,7 +41,7 @@ steps:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
options: '-pl org.hl7.fhir.validation.cli'
publishJUnitResults: false