-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,5 @@ | ||
# TabooLib SDK | ||
|
||
## 构建发行版本 | ||
此 SDK 已停止维护,请使用 IDEA 插件(TabooLib-Devolopemnt)启动项目。 | ||
|
||
发行版本用于正常使用, 不含 TabooLib 本体。 | ||
|
||
``` | ||
./gradlew build | ||
``` | ||
|
||
## 构建开发版本 | ||
|
||
开发版本包含 TabooLib 本体, 用于开发者使用, 但不可运行。 | ||
|
||
``` | ||
./gradlew taboolibBuildApi -PDeleteCode | ||
``` | ||
|
||
> 参数 -PDeleteCode 表示移除所有逻辑代码以减少体积。 | ||
![image](https://github.com/user-attachments/assets/f38dcf33-3192-406d-a629-9061eef86bca) |