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.
$globalJson
1 parent 6fb3e6b commit 0ff7224Copy full SHA for 0ff7224
eng/scripts/InstallJdk.ps1
@@ -22,7 +22,6 @@ $installDir = "$repoRoot\.tools\jdk\win-x64\"
22
$javacExe = "$installDir\bin\javac.exe"
23
$tempDir = "$repoRoot\obj"
24
if (-not $JdkVersion) {
25
- $globalJson = Get-Content "$repoRoot\global.json" | ConvertFrom-Json
26
$JdkVersion = "11.0.24"
27
}
28
0 commit comments