-
Notifications
You must be signed in to change notification settings - Fork 7
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
2 changed files
with
30 additions
and
20 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,17 @@ | ||
# Building | ||
# TabooLib SDK | ||
|
||
* [Gradle](https://gradle.org/) - Dependency Management | ||
## 构建发行版本 | ||
|
||
The GradleWrapper in included in this project. | ||
|
||
**Windows:** | ||
发行版本用于正常使用, 不含 TabooLib 本体。 | ||
|
||
``` | ||
gradlew.bat clean build | ||
./gradlew clean build | ||
``` | ||
|
||
**macOS/Linux:** | ||
## 构建开发版本 | ||
|
||
``` | ||
./gradlew clean build | ||
``` | ||
开发版本包含 TabooLib 本体, 用于开发者使用, 但不可运行。 | ||
|
||
Build artifacts should be found in `./build/libs` folder. | ||
``` | ||
./gradlew clean build -Papi | ||
``` |
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