Skip to content

Commit fa1126d

Browse files
committed
增加通过从源码构建脚本
1 parent 72c08f7 commit fa1126d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

100644100755
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ dependencies {
1818
}
1919
```
2020

21+
### 源码构建
22+
``` shell
23+
./gradlew -b user_build.gradle build
24+
```
25+
生成的 jar 在 `build/libs` 下面可以找到。依赖需要自行下载。
26+
27+
2128
## 生成 sig
2229

2330
### 默认有效期接口

0 commit comments

Comments
 (0)