Skip to content

Commit 6fb3e6b

Browse files
authored
Update InstallJdk.ps1
1 parent ddd67f0 commit 6fb3e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/InstallJdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $javacExe = "$installDir\bin\javac.exe"
2323
$tempDir = "$repoRoot\obj"
2424
if (-not $JdkVersion) {
2525
$globalJson = Get-Content "$repoRoot\global.json" | ConvertFrom-Json
26-
$JdkVersion = $globalJson.'native-tools'.jdk
26+
$JdkVersion = "11.0.24"
2727
}
2828

2929
if (Test-Path $javacExe) {

0 commit comments

Comments
 (0)