Skip to content

Commit

Permalink
Update Maven task version in Azure Pipelines to Maven@4
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Aug 15, 2024
1 parent b46da22 commit 7b5e496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/templates/steps/system_test_general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ jobs:
env:
KAFKA_VERSION: '${{ parameters.kafkaVersion }}'
- task: Maven@3
- task: Maven@4
inputs:
mavenPomFile: 'systemtest/pom.xml'
mavenPOMFile: 'systemtest/pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: 'default'
Expand Down

0 comments on commit 7b5e496

Please sign in to comment.