We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229285b commit 15a6035Copy full SHA for 15a6035
images/macos/provision/core/openjdk.sh
@@ -70,7 +70,6 @@ installOpenJDK() {
70
}
71
72
arch=$(get_arch)
73
-echo $arch
74
defaultVersion=$(get_toolset_value '.java.'$arch'.default')
75
jdkVersionsToInstall=($(get_toolset_value ".java.${arch}.versions[]"))
76
images/macos/tests/Java.Tests.ps1
@@ -75,7 +75,7 @@ Describe "Java" {
(Get-Command "gradle").Path | Should -BeExactly "/usr/local/bin/gradle"
77
78
- It "Gradle is installed to /opt/homebrew/bin/gradle" -Skip:($os.IsVentura) {
+ It "Gradle is installed to /opt/homebrew/bin/gradle" -Skip:(-not $os.IsVenturaArm64) {
79
(Get-Command "gradle").Path | Should -BeExactly "/opt/homebrew/bin/gradle"
80
81
0 commit comments