From bd85c6f933e36ae9ba608cb610222a02c66426ad Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 9 Oct 2024 07:34:58 +0300 Subject: [PATCH] Updated azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 575790d1..c2dcaa2e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ pool: vmImage: ubuntu-latest steps: -- task: Maven@3 +- task: Maven@4 inputs: mavenPomFile: 'pom.xml' mavenOptions: '-Xmx3072m'