Skip to content

Commit

Permalink
Upgrade OpenJDK from 8 to 11 in Windows VM
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo committed Aug 8, 2021
1 parent 3cab30e commit 7f03fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/setup-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $env:PATH = [Environment]::GetEnvironmentVariable("PATH", "Machine")

## Install Azul Zulu.
Write-Host "Installing OpenJDK..."
$zulu_filename = "zulu8.44.0.11-ca-jdk8.0.242-win_x64.zip"
$zulu_filename = "zulu11.48.21-ca-jdk11.0.11-win_x64.zip"
$zulu_url = "https://cdn.azul.com/zulu/bin/${zulu_filename}"
$zulu_zip = "c:\temp\${zulu_filename}"
$zulu_extracted_path = "c:\temp\" + [IO.Path]::GetFileNameWithoutExtension($zulu_zip)
Expand Down

0 comments on commit 7f03fa5

Please sign in to comment.