Updated azure-pipelines.yml

This commit is contained in:
Andrea Terzani
2024-10-18 07:29:08 +00:00
parent 0c43430904
commit f867f8adc9

View File

@@ -15,7 +15,8 @@ steps:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11'
jdkVersionOption: '1.21'
mavenAuthenticateFeed: true
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'