From 1a0a437f97061d40f7c792721a9e37234a91f972 Mon Sep 17 00:00:00 2001 From: luoweiqiang9527 Date: Mon, 21 Aug 2023 20:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E5=88=B0=E9=98=BF=E9=87=8C?= =?UTF-8?q?=E4=BA=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/build_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build_utils.py b/script/build_utils.py index 60d32f8..0f6655c 100644 --- a/script/build_utils.py +++ b/script/build_utils.py @@ -195,7 +195,7 @@ def deploy(jar, print(f'Deploying {jar}', classifier, pom, flush=True) subprocess.check_call( - [mvn, 'clean','install','org.apache.maven.plugins:maven-deploy-plugin:2.8:deploy'] + \ + [mvn,'clean install org.apache.maven.plugins:maven-deploy-plugin:2.8:deploy'] + \ mvn_settings + \ [f'-DpomFile={tempdir}/{pom}', f'-Dfile={jar}']