diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-03-18 15:28:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 15:28:44 +0100 |
commit | 19804c571878196e034b0366b61aa0ab9f577a3b (patch) | |
tree | 4446e76edde6b641a9d1ca65c02f2be8cac3577c /.github/scripts | |
parent | acdb54b88e0fbdcb46aba3ed3d90e8b7fed08357 (diff) | |
download | PrismLauncher-19804c571878196e034b0366b61aa0ab9f577a3b.tar.gz PrismLauncher-19804c571878196e034b0366b61aa0ab9f577a3b.tar.bz2 PrismLauncher-19804c571878196e034b0366b61aa0ab9f577a3b.zip |
bundle jre8u312 instead of latest
8u320 or higher breaks old forge
Diffstat (limited to '.github/scripts')
-rwxr-xr-x | .github/scripts/prepare_JREs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/prepare_JREs.sh b/.github/scripts/prepare_JREs.sh index b85e9c2f..ee713f81 100755 --- a/.github/scripts/prepare_JREs.sh +++ b/.github/scripts/prepare_JREs.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -URL_JDK8="https://api.adoptium.net/v3/binary/latest/8/ga/linux/x64/jre/hotspot/normal/eclipse" +URL_JDK8="https://api.adoptium.net/v3/binary/version/jdk8u312-b07/linux/x64/jre/hotspot/normal/eclipse" URL_JDK17="https://api.adoptium.net/v3/binary/latest/17/ga/linux/x64/jre/hotspot/normal/eclipse" mkdir -p JREs |