From 5a74642eaba226aed28de70aa2a9da5f2d61a2a5 Mon Sep 17 00:00:00 2001 From: Jason Edstrom Date: Tue, 4 Feb 2020 13:34:46 -0600 Subject: [PATCH] Updated maven from 3.6.2 to 3.6.3 --- images/win/scripts/Installers/Install-JavaTools.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/Installers/Install-JavaTools.ps1 b/images/win/scripts/Installers/Install-JavaTools.ps1 index 7b8cdd135..68c0209fd 100644 --- a/images/win/scripts/Installers/Install-JavaTools.ps1 +++ b/images/win/scripts/Installers/Install-JavaTools.ps1 @@ -62,7 +62,7 @@ setx JAVA_HOME_11_X64 $latestJava11Install /M # Install Java tools # Force chocolatey to ignore dependencies on Ant and Maven or else they will download the Oracle JDK choco install ant -y -i -choco install maven -y -i --version=3.6.2 +choco install maven -y -i --version=3.6.3 choco install gradle -y # Move maven variables to Machine. They may not be in the environment for this script so we need to read them from the registry.