From 3aeffb3b0c6acddd52eadc54489645319f243351 Mon Sep 17 00:00:00 2001 From: AndreyKoltsov1997 Date: Wed, 9 Aug 2023 11:32:10 +0200 Subject: [PATCH] Update link to the used JDK releases @ comment within configuration file. --- configs/windows.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/windows.config b/configs/windows.config index 460c8775c..8caf8c797 100644 --- a/configs/windows.config +++ b/configs/windows.config @@ -5,12 +5,12 @@ gitWindowsComponent=https://${proxyUrl}github.com/git-for-windows/git/releases/d gitWindowsComponentSHA256=c9cffc25e2ef81f51029138678b7bfc538a56095ec0538125dc790a01e20d77a gitWindowsComponentName=Git x64 v.2.41.0 Checksum (SHA256) ${gitWindowsComponentSHA256} -# https://github.com/corretto/corretto-11/releases +# https://github.com/corretto/corretto-17/releases jdkServerWindowsComponentMD5SUM=feb7eab99c647a0b4347be9f0a3276de jdkServerWindowsComponent=https://${proxyUrl}corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip jdkServerWindowsComponentName=JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) ${jdkServerWindowsComponentMD5SUM} -# https://github.com/corretto/corretto-11/releases +# https://github.com/corretto/corretto-17/releases jdkWindowsComponentMD5SUM=feb7eab99c647a0b4347be9f0a3276de jdkWindowsComponent=https://${proxyUrl}corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip jdkWindowsComponentName=JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) ${jdkWindowsComponentMD5SUM}