mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-12 21:06:46 +00:00
[Windows] Update maven version to 3.9 (#11321)
* [Windows] update maven version 3.9 Co-authored-by: Tim Jacomb <timja@users.noreply.github.com> * [Windows] Updated maven version 9.0 Co-authored-by: Tim Jacomb <timja@users.noreply.github.com> --------- Co-authored-by: Tim Jacomb <timja@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b127d3a973
commit
131105315a
@@ -110,7 +110,6 @@ foreach ($jdkVersionToInstall in $jdkVersionsToInstall) {
|
|||||||
# Install Java tools
|
# Install Java tools
|
||||||
# Force chocolatey to ignore dependencies on Ant and Maven or else they will download the Oracle JDK
|
# Force chocolatey to ignore dependencies on Ant and Maven or else they will download the Oracle JDK
|
||||||
Install-ChocoPackage ant -ArgumentList "--ignore-dependencies"
|
Install-ChocoPackage ant -ArgumentList "--ignore-dependencies"
|
||||||
# Maven 3.9.x has multiple compatibilities problems
|
|
||||||
$toolsetMavenVersion = (Get-ToolsetContent).maven.version
|
$toolsetMavenVersion = (Get-ToolsetContent).maven.version
|
||||||
$versionToInstall = Resolve-ChocoPackageVersion -PackageName "maven" -TargetVersion $toolsetMavenVersion
|
$versionToInstall = Resolve-ChocoPackageVersion -PackageName "maven" -TargetVersion $toolsetMavenVersion
|
||||||
|
|
||||||
|
|||||||
@@ -449,7 +449,7 @@
|
|||||||
"default": "18.*"
|
"default": "18.*"
|
||||||
},
|
},
|
||||||
"maven": {
|
"maven": {
|
||||||
"version": "3.8"
|
"version": "3.9"
|
||||||
},
|
},
|
||||||
"mysql": {
|
"mysql": {
|
||||||
"version": "5.7",
|
"version": "5.7",
|
||||||
|
|||||||
@@ -359,7 +359,7 @@
|
|||||||
"default": "18.*"
|
"default": "18.*"
|
||||||
},
|
},
|
||||||
"maven": {
|
"maven": {
|
||||||
"version": "3.8"
|
"version": "3.9"
|
||||||
},
|
},
|
||||||
"mysql": {
|
"mysql": {
|
||||||
"version": "8.0",
|
"version": "8.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user