You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d="$(echo "$JAVA8_HOME/../.."/8.0.345*/x64)"|| cu::die "Fail to get java home of v8.0.345!"
32
+
d="$(echo /opt/hostedtoolcache/*/8.0.345*/x64)"|| cu::die "Fail to get java home of v8.0.345!"
33
33
cd"$d"|| cu::die "Fail to cd java home of v8.0.345($d)!"
34
34
pwd
35
35
)"
36
36
37
-
JDK_8_LATEST="$(
38
-
# shellcheck disable=SC2012
39
-
d="$(ls -v -d "$JAVA8_HOME/../.."/8.*| tail -n 1)"|| cu::die "Fail to get latest java 8 home!"
40
-
cd"$d"|| cu::die "Fail to cd java8 home"
41
-
pwd
42
-
)/x64"
43
-
37
+
JDK_8_LATEST="$(echo /usr/lib/jvm/*-8-jdk-*)"
44
38
[ "$JDK_8_LATEST"!="$JAVA8_0_345_HOME" ] || cu::die "JDK_8_LATEST($JDK_8_LATEST) is same as JAVA8_0_345_HOME($JAVA8_0_345_HOME), NOT newer java 8 version!"
0 commit comments