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 日志接口