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