Skip to content

Commit c59ff72

Browse files
authored
Update JDK version
1 parent f12d5e4 commit c59ff72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build-Toolkit.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function Add-BurpCE {
5252

5353
function Add-JDK {
5454
Write-Host ">> Add Java JDK 64 bits..." -ForegroundColor Yellow
55-
Get-RemoteFile -Uri "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.6%2B10/OpenJDK17U-jdk_x64_windows_hotspot_17.0.6_10.zip" -OutFile "$WorkFolder\jdk.zip"
55+
Get-RemoteFile -Uri "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jdk_x64_windows_hotspot_21.0.8_9.zip" -OutFile "$WorkFolder\jdk.zip"
5656
Expand-Archive -LiteralPath "$WorkFolder\jdk.zip" -DestinationPath "$WorkFolder"
5757
Remove-Item "$WorkFolder\jdk.zip"
5858
Write-Host "<< Added!" -ForegroundColor Yellow

0 commit comments

Comments
 (0)