[Ubuntu] print maven version on Ubuntu 22.04 (#7265)

This commit is contained in:
Mikhail Koliada
2023-03-10 14:03:57 +01:00
committed by GitHub
parent 6704e26553
commit 2e2fb13389

View File

@@ -88,8 +88,8 @@ if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
$projectManagement.AddToolVersion("Lerna", $(Get-LernaVersion))
}
if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
$projectManagement.AddToolVersion("Maven", $(Get-MavenVersion))
if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
$projectManagement.AddToolVersion("Sbt", $(Get-SbtVersion))
}