Add java tools installation to Ubuntu22 (#5612)

This commit is contained in:
Mikhail Timofeev
2022-05-26 00:11:06 +04:00
committed by GitHub
parent 9e72341e34
commit eabc37ce41
3 changed files with 6 additions and 7 deletions

View File

@@ -183,11 +183,9 @@ $markdown += New-MDList -Style Unordered -Lines (@(
) | Sort-Object
)
if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
$markdown += New-MDHeader "Java" -Level 3
$markdown += Get-JavaVersions | New-MDTable
$markdown += New-MDNewLine
}
$markdown += New-MDHeader "Java" -Level 3
$markdown += Get-JavaVersions | New-MDTable
$markdown += New-MDNewLine
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
$markdown += New-MDHeader "GraalVM" -Level 3