From 7c62ae4937c5cd86b965ba3ac1a0dd4030c76ae4 Mon Sep 17 00:00:00 2001 From: sion123 <450702724@qq.com> Date: Sat, 21 Mar 2026 23:21:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/deploy/deploy-all.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/deploy/deploy-all.sh b/script/deploy/deploy-all.sh index 9e6c34f729..8f409dcbe8 100644 --- a/script/deploy/deploy-all.sh +++ b/script/deploy/deploy-all.sh @@ -25,8 +25,6 @@ export NODE_OPTIONS="--max-old-space-size=1024" export JAVA_HOME="/www/server/java/jdk-17.0.8" export PATH=$JAVA_HOME/bin:$PATH -# 验证一下,确保输出的是 17.0.8 -java -version >> /tmp/mvn_debug.log 2>&1 # ==================== 工具函数 ==================== log() {