From db067ee91c64840bebe869452268dd114eda491f Mon Sep 17 00:00:00 2001 From: cheney Date: Thu, 18 Aug 2022 10:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kit.json | 5 +++++ pom.xml | 2 +- 说明.txt | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/kit.json b/kit.json index 67c2bc9..5bb248b 100644 --- a/kit.json +++ b/kit.json @@ -56,6 +56,11 @@ "shell" : "mvn dependency:copy-dependencies -DincludeScope=runtime -DoutputDirectory=%out_path%/jar/dependences", "check": "BUILD SUCCESS" }, + { + "func": "cp", + "from": "./doc", + "to": "%out_path%/doc" + }, { "func": "cp", "from": "./src/test/java/sample", diff --git a/pom.xml b/pom.xml index fa01e99..b665dd7 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ com.sunyard proto - 1.0-20220412 + 1.0-20220804 diff --git a/说明.txt b/说明.txt index add23db..c861f1a 100644 --- a/说明.txt +++ b/说明.txt @@ -5,7 +5,6 @@ sydapi(1.12) 签名验签使用的 jar - sydapi4j-jar-with-dependencies.jar 依赖内置,用于快速测试 - dependences.xml 所有依赖 Maven 格式说明 - dependences 所有依赖 - - groovy-all-2.3.2 通信协议支持 - - jcommander-1.30 命令行支持 + - groovy-all-2.4.15 通信协议支持 - proto-1.0-20220412 通信协议支持 - alf4j-api-1.7.10 日志接口