[macOS] Fix Gradle test (#8543)

This commit is contained in:
Alexey-Ayupov
2023-10-12 20:38:12 +02:00
committed by GitHub
parent 229285b76d
commit 15a60352c0
2 changed files with 1 additions and 2 deletions

View File

@@ -70,7 +70,6 @@ installOpenJDK() {
}
arch=$(get_arch)
echo $arch
defaultVersion=$(get_toolset_value '.java.'$arch'.default')
jdkVersionsToInstall=($(get_toolset_value ".java.${arch}.versions[]"))