[Windows] Update software report (ant version) (#8139)

This commit is contained in:
Alexey-Ayupov
2023-08-23 20:32:49 +02:00
committed by GitHub
parent cb978fdbcb
commit fa54b5b0dc

View File

@@ -152,7 +152,7 @@ function Get-NugetVersion {
}
function Get-AntVersion {
(ant -version) -match "version" | Take-Part -Part 3
ant -version | Take-Part -Part 3
}
function Get-MavenVersion {