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 73c9e52 commit 95b91aeCopy full SHA for 95b91ae
buildspec/windowsTests.yml
@@ -10,7 +10,7 @@ phases:
10
commands:
11
# force install java21 while we work throuh path issues
12
- |
13
- $url = 'https://corretto.aws/downloads/latest/amazon-corretto-17-x64-windows-jdk.msi';
+ $url = 'https://corretto.aws/downloads/latest/amazon-corretto-21-x64-windows-jdk.msi';
14
Write-Host ('Downloading from {0}' -f $url);
15
[ Net.ServicePointManager ]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
16
Invoke-WebRequest -Uri $url -OutFile 'corretto_jdk_build.msi';
0 commit comments