Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 authored Mar 4, 2024
1 parent 0a8a115 commit 3501bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
发行版本用于正常使用, 不含 TabooLib 本体。

```
./gradlew clean build
./gradlew build
```

## 构建开发版本

开发版本包含 TabooLib 本体, 用于开发者使用, 但不可运行。

```
./gradlew clean taboolibBuildApi -PDeleteCode
./gradlew taboolibBuildApi -PDeleteCode
```

> 参数 -PDeleteCode 表示移除所有逻辑代码以减少体积。
> 参数 -PDeleteCode 表示移除所有逻辑代码以减少体积。

0 comments on commit 3501bea

Please sign in to comment.