Skip to content

Commit f2835ea

Browse files
committed
maven judge
1 parent c1b8820 commit f2835ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep/ubuntu_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ "Y$OPT_JAVA" == "Yyes" ];then
6363
tar xf jdt-language-server-0.35.0-201903142358.tar.gz && rm jdt-language-server*.tar.gz
6464
fi
6565
cd $OLD_DIR
66-
if which mwn >/dev/null;then
66+
if [ ! -d /opt/apache-maven-3.6.1 ];then
6767
# install maven
6868
cd /opt && \
6969
wget http://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.tar.gz && \

0 commit comments

Comments
 (0)