Skip to content

Commit 5a90872

Browse files
调整打包方式
1 parent fbf7c49 commit 5a90872

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ try {
9898
## 使用方法
9999
请导入其 `jar` 文件,文件在 **发行版** 或项目的 **jar** 文件夹下可以找到
100100

101-
其中 ` PDConcurrent_all.jar` 是包含了源码的包
101+
> PDConcurrent.jar 为不包含源码的包
102+
>
103+
> PDConcurrent_all.jar 为包含了源码的包
104+
>
105+
> PDConcurrent_sources.jar 为仅包含源码的包
102106
103107
**发行版中可以看到全部版本<br/>项目下的 jar 文件夹是当前最新的每夜版**
104108

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ repositories {
4141
dependencies {
4242
implementation fileTree(dir: 'lib', includes: ['*.jar'])
4343
compile "org.jetbrains:annotations:17.0.0"
44-
compile "org.projectlombok:lombok:1.18.10"
4544
annotationProcessor "org.projectlombok:lombok:1.18.10"
4645
}
4746

jar/PDConcurrent.jar

-211 Bytes
Binary file not shown.

jar/PDConcurrent_all.jar

-211 Bytes
Binary file not shown.

jar/PDConcurrent_sources.jar

7.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)