From f867f8adc90fc795d6f8045e566e8b7ec7d984f0 Mon Sep 17 00:00:00 2001 From: Andrea Terzani Date: Fri, 18 Oct 2024 07:29:08 +0000 Subject: [PATCH] Updated azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c22fc6..c5ab3c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'