Skip to content

Commit 95b91ae

Browse files
authored
Update windowsTests.yml
1 parent 73c9e52 commit 95b91ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/windowsTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ phases:
1010
commands:
1111
# force install java21 while we work throuh path issues
1212
- |
13-
$url = 'https://corretto.aws/downloads/latest/amazon-corretto-17-x64-windows-jdk.msi';
13+
$url = 'https://corretto.aws/downloads/latest/amazon-corretto-21-x64-windows-jdk.msi';
1414
Write-Host ('Downloading from {0}' -f $url);
1515
[ Net.ServicePointManager ]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
1616
Invoke-WebRequest -Uri $url -OutFile 'corretto_jdk_build.msi';

0 commit comments

Comments
 (0)