Skip to content

Commit

Permalink
Use Maven 3.9.2 in Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed May 11, 2023
1 parent 908c855 commit b345dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- bash: |
set -e
mkdir .maven
curl -L "https://archive.apache.org/dist/maven/maven-3/3.8.3/binaries/apache-maven-3.8.3-bin.tar.gz" -o .maven/maven.tar.gz
curl -L "https://archive.apache.org/dist/maven/maven-3/3.9.2/binaries/apache-maven-3.9.2-bin.tar.gz" -o .maven/maven.tar.gz
tar -xzf .maven/maven.tar.gz -C .maven --strip-components 1
displayName: Setup Maven
- bash: |
Expand Down

0 comments on commit b345dc7

Please sign in to comment.