File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ if [[ $OSTYPE == msys ]]; then
5858 export eclipse_exec=eclipse.exe # eclipse
5959 export oomph_exec_suffix=eclipse-inst.exe # oomph
6060 export oomph_suffix=win64.zip # oomph
61- export jq_exec=jq-windows-amd64.exe # others
61+ export jq_exec=jq-windows-amd64.exe # others
6262 export htmlq_exec=htmlq.exe # others
6363fi
6464
Original file line number Diff line number Diff line change @@ -223,9 +223,10 @@ provision_java_from_artifactory() {
223223echo -e " \n##############################\n# Java setup on ${java_os} \n##############################\n"
224224
225225if [[ " aarch64" != " ${java_arch} " ]]; then
226- provision_java " jdk8u382-b05" jdk ${java_arch}
226+ provision_java_from_internet " jdk8u382-b05" jdk ${java_arch}
227227else
228228 echo " skip java 8 cause not available on architecture aarch64"
229229fi
230- provision_java " jdk-11.0.20.1+1" jdk ${java_arch}
231- provision_java " jdk-17.0.8.1+1" jdk ${java_arch}
230+ provision_java_from_internet " jdk-11.0.20.1+1" jdk ${java_arch}
231+ provision_java_from_internet " jdk-17.0.8.1+1" jdk ${java_arch}
232+ provision_java_from_internet " jdk-21.0.3+9" jdk ${java_arch}
Original file line number Diff line number Diff line change 2121# load library
2222. ${prov_tool_dir} /klibio.sh
2323
24- jq_download_link=https://github.com/stedolan /jq/releases/download/jq-1.6
24+ jq_download_link=https://github.com/jqlang /jq/releases/download/jq-1.7.1
2525
2626 # check for curl and exit if not available
2727if which curl > /dev/null; then
You can’t perform that action at this time.
0 commit comments