From de28613a66055777a3533531a58d088ba273e451 Mon Sep 17 00:00:00 2001 From: LadyCailin Date: Tue, 4 Jun 2024 21:37:54 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0a52e22df..a602eb62d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ steps: inputs: mavenPomFile: 'pom.xml' javaHomeOption: 'Path' - jdkDirectory: '$(agent.toolsDirectory)/jdk21' + jdkDirectory: '$(agent.toolsDirectory)/jdk21/bin' jdkArchitectureOption: 'x64' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml'