Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Jan 27, 2024
1 parent 9f4785f commit f36a4b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
开发版本包含 TabooLib 本体, 用于开发者使用, 但不可运行。

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

> 参数 -PDeleteCode 表示移除所有逻辑代码以减少体积。
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
java
id("io.izzel.taboolib") version "2.0.0"
id("io.izzel.taboolib") version "2.0.1"
id("org.jetbrains.kotlin.jvm") version "1.8.22"
}

Expand Down

0 comments on commit f36a4b2

Please sign in to comment.