更新依赖说明
This commit is contained in:
parent
c175b798e8
commit
35cbb5f65d
7
kit.json
7
kit.json
@ -50,6 +50,10 @@
|
|||||||
"shell" : "mvn dependency:copy-dependencies -DincludeScope=runtime -DoutputDirectory=%out_path%/jar/dependences",
|
"shell" : "mvn dependency:copy-dependencies -DincludeScope=runtime -DoutputDirectory=%out_path%/jar/dependences",
|
||||||
"check": "BUILD SUCCESS"
|
"check": "BUILD SUCCESS"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"func" : "rm",
|
||||||
|
"path": "%out_path%/jar/dependences/slf4j-api-1.7.10.jar"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"func": "cp",
|
"func": "cp",
|
||||||
"from": "./doc",
|
"from": "./doc",
|
||||||
@ -68,7 +72,8 @@
|
|||||||
{
|
{
|
||||||
"func": "zip",
|
"func": "zip",
|
||||||
"from": "%out_path%/*",
|
"from": "%out_path%/*",
|
||||||
"to": "%out_path%/sydapi-database-%version%.%project.git_commit_hash%.zip"
|
"to": "%out_path%/sydapi-database-%version%.%project.git_commit_hash%.zip",
|
||||||
|
"password" : "%string(number|lower|upper|symbol,8)%"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"func": "open",
|
"func": "open",
|
||||||
|
|||||||
6
说明.txt
6
说明.txt
@ -3,8 +3,8 @@
|
|||||||
- jar
|
- jar
|
||||||
- sydapi-database-1.0.xxxxxx.jar 接口 API
|
- sydapi-database-1.0.xxxxxx.jar 接口 API
|
||||||
- dependences 所有依赖
|
- dependences 所有依赖
|
||||||
- groovy-all-2.3.2 通信协议支持
|
- groovy-all-2.4.15 通信协议支持
|
||||||
- proto-1.0-20220412 通信协议支持
|
- proto-1.0-20220804 通信协议支持
|
||||||
- log4j-api-2.17.0.jar 日志接口
|
- log4j-api-2.17.0.jar 日志接口
|
||||||
- log4j-core-2.17.0.jar 日志核心包
|
- log4j-core-2.17.0.jar 日志核心包
|
||||||
- sydapi4j-1.0.20220722.jar 加密机通信包
|
- sydapi4j-1.0.20220805.jar 加密机通信包
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user