https://github.com/killerprojecte/chatchannelex
ChatChannel Ex
https://github.com/killerprojecte/chatchannelex
Last synced: about 1 year ago
JSON representation
ChatChannel Ex
- Host: GitHub
- URL: https://github.com/killerprojecte/chatchannelex
- Owner: killerprojecte
- License: gpl-3.0
- Created: 2021-10-29T09:21:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T15:17:46.000Z (over 4 years ago)
- Last Synced: 2025-02-02T14:41:35.414Z (over 1 year ago)
- Language: Kotlin
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 构建
* [Gradle](https://gradle.org/) - 本插件使用Gradle构建
* 本项目采用GPL v3协议开源 任何使用本项目代码的项目 请使用GPL v3协议
GradleWrapper 已内置在本项目中
**视窗(DOS):**
```
gradlew.bat clean build
```
**视窗(PowerShell):**
```
./gradlew.bat clean build
```
**macOS(苹果系统)/Linux:**
```
./gradlew clean build
```
构建工件将会保存至 `./build/libs` 文件夹.