[all os] Updated maven from 3.6.3 to 3.8.1 (#3247)

This commit is contained in:
Ismaël Mejía
2021-04-26 13:48:47 +02:00
committed by GitHub
parent 1cfd480416
commit 08dd8f3a6a
2 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ foreach ($jdkVersion in $jdkVersions) {
# Install Java tools
# Force chocolatey to ignore dependencies on Ant and Maven or else they will download the Oracle JDK
Choco-Install -PackageName ant -ArgumentList "-i"
Choco-Install -PackageName maven -ArgumentList "-i", "--version=3.6.3"
Choco-Install -PackageName maven -ArgumentList "-i", "--version=3.8.1"
Choco-Install -PackageName gradle
# Move maven variables to Machine. They may not be in the environment for this script so we need to read them from the registry.