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 f12d5e4 commit c59ff72Copy full SHA for c59ff72
Build-Toolkit.ps1
@@ -52,7 +52,7 @@ function Add-BurpCE {
52
53
function Add-JDK {
54
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"
+ 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"
56
Expand-Archive -LiteralPath "$WorkFolder\jdk.zip" -DestinationPath "$WorkFolder"
57
Remove-Item "$WorkFolder\jdk.zip"
58
Write-Host "<< Added!" -ForegroundColor Yellow
0 commit comments