File tree 3 files changed +6
-5
lines changed
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
58
58
export eclipse_exec=eclipse.exe # eclipse
59
59
export oomph_exec_suffix=eclipse-inst.exe # oomph
60
60
export oomph_suffix=win64.zip # oomph
61
- export jq_exec=jq-windows-amd64.exe # others
61
+ export jq_exec=jq-windows-amd64.exe # others
62
62
export htmlq_exec=htmlq.exe # others
63
63
fi
64
64
Original file line number Diff line number Diff line change @@ -223,9 +223,10 @@ provision_java_from_artifactory() {
223
223
echo -e " \n##############################\n# Java setup on ${java_os} \n##############################\n"
224
224
225
225
if [[ " aarch64" != " ${java_arch} " ]]; then
226
- provision_java " jdk8u382-b05" jdk ${java_arch}
226
+ provision_java_from_internet " jdk8u382-b05" jdk ${java_arch}
227
227
else
228
228
echo " skip java 8 cause not available on architecture aarch64"
229
229
fi
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 21
21
# load library
22
22
. ${prov_tool_dir} /klibio.sh
23
23
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
25
25
26
26
# check for curl and exit if not available
27
27
if which curl > /dev/null; then
You can’t perform that action at this time.
0 commit comments