提交 5f74ca5d 编写于 作者: oldratlee's avatar oldratlee 🔥

! fix codecov.sh

上级 3381b51c
......@@ -2,9 +2,10 @@
set -eEuo pipefail
cd "$(dirname "$(readlink -f "$0")")"
source ./prepare-jdk.sh
source ./common_build.sh
export JAVA_HOME="$JDK8_HOME"
switch_to_jdk 8
runCmd ./mvnw clean -V
runCmd ./mvnw cobertura:cobertura
runCmd codecov
......@@ -66,6 +66,8 @@ exportJdkVarAndInstall
switch_to_jdk() {
[ $# == 1 ] || die "switch_to_jdk need 1 argument! But provided: $*"
local javaHomeVarName="JDK${1}_HOME"
export JAVA_HOME="${!javaHomeVarName}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册