You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2019/11/03 15:37:39 UTC

[kylin] branch master updated: make sure calcite package is updated automatically

This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 10aa94a  make sure calcite package is updated automatically
10aa94a is described below

commit 10aa94a48294d3abcf0535d5febd91325a0070e8
Author: jie.zou <ji...@kyligence.io>
AuthorDate: Mon Oct 21 17:14:11 2019 +0800

    make sure calcite package is updated automatically
---
 build/script/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/script/build.sh b/build/script/build.sh
index 458c612..4f43455 100755
--- a/build/script/build.sh
+++ b/build/script/build.sh
@@ -22,7 +22,7 @@ echo "package back-end"
 dir=$(dirname ${0})
 cd ${dir}/../..
 
-mvn clean install -DskipTests $@ || { exit 1; }
+mvn clean install -U -DskipTests $@ || { exit 1; }
 
 #package webapp
 echo 'package front-end'