[Ubuntu] Add missing Java SDKs to Ubuntu 24.04 (#9808)

This commit is contained in:
Erik Bershel
2024-05-09 13:16:00 +02:00
committed by GitHub
parent 7781af869b
commit 24a830de3c
4 changed files with 15 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1" -DisableNameChecking
Describe "Java" -Skip:(Test-IsUbuntu24) {
Describe "Java" {
$toolsetJava = (Get-ToolsetContent).java
$defaultVersion = $toolsetJava.default
$jdkVersions = $toolsetJava.versions