File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 4545 }
4646
4747 // configure infos for bundled JRE
48- def distJre = siriusTargetPlatform. isWin() ? DistJRE . MICROSOFT : DistJRE . ZULU_JRE
48+ def distJre = siriusTargetPlatform. isWin() ? DistJRE . MICROSOFT : DistJRE . TEMURIN
4949 jre_version = ' 21.0.8'
5050 jre_major = jre_version. split(" [.]" )[0 ]
5151
6868 jre_fname = " zulu${ jre_distributor_version} -ca-jre${ jre_version} -${ siriusTargetPlatform.zuluClassifier().get()} .${ siriusTargetPlatform.isWin() ? "zip" : "tar.gz"} "
6969 jre_download_base_link = " https://cdn.azul.com/zulu/bin/"
7070 break
71+ case DistJRE . TEMURIN :
72+ // https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jre_x64_mac_hotspot_21.0.8_9.tar.gz
73+ jre_mac_prefix = " Contents/Home"
74+ jre_distributor_version = " 9"
75+ jre_fname = " jdk-${ jre_version} %2B9/OpenJDK21U-jre_${ siriusTargetPlatform.adoptClassifier().get()} _hotspot_${ jre_version} _${ jre_distributor_version} .${ siriusTargetPlatform.isWin() ? "zip" : "tar.gz"} "
76+ jre_download_base_link = " https://github.com/adoptium/temurin21-binaries/releases/download/"
77+ break ;
7178 case DistJRE . MICROSOFT :
7279 // https://aka.ms/download-jdk/microsoft-jdk-21.0.8-windows-aarch64.zip
7380 jre_mac_prefix = null
You can’t perform that action at this time.
0 commit comments