hash
This commit is contained in:
parent
38d9744f27
commit
8532ad12b1
5
kit.json
5
kit.json
@ -68,12 +68,11 @@
|
|||||||
{
|
{
|
||||||
"func": "zip",
|
"func": "zip",
|
||||||
"from": "%out_path%/*",
|
"from": "%out_path%/*",
|
||||||
"to": "%out_path%/sydapi-%version%.%project.git_commit_hash%.zip"
|
"to": "%out_path%/sydapi-database-%version%.%project.git_commit_hash%.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"func": "open",
|
"func": "open",
|
||||||
"path": "%out_path%/",
|
"path": "%out_path%/"
|
||||||
"to": "%out_path%/sydapi-%version%.%project.git_commit_hash%.zip"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
2
说明.txt
2
说明.txt
@ -1,7 +1,7 @@
|
|||||||
- doc 文档
|
- doc 文档
|
||||||
- sample 示例代码
|
- sample 示例代码
|
||||||
- jar
|
- jar
|
||||||
- sydapi-database-1.0.1db66d06.jar 接口 API
|
- sydapi-database-1.0.xxxxxx.jar 接口 API
|
||||||
- dependences 所有依赖
|
- dependences 所有依赖
|
||||||
- groovy-all-2.3.2 通信协议支持
|
- groovy-all-2.3.2 通信协议支持
|
||||||
- proto-1.0-20220412 通信协议支持
|
- proto-1.0-20220412 通信协议支持
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user