TabooLib/README.md

16 lines
453 B
Markdown
Raw Normal View History

2018-02-06 06:44:19 +00:00
# TabooLib
2018-02-18 08:45:36 +00:00
> 开发工具库
2018-02-18 08:44:00 +00:00
---
**3.56** 版本开始 `com.sun.tools.jar` 不再和插件一起发布。
2018-02-18 08:45:36 +00:00
如果需要启用 *JavaShell* 功能请将 [com.sun.tools.jar](http://skymc.oss-cn-shanghai.aliyuncs.com/plugins/com.sun.tools.jar) 放入 *"TabooLib/JavaShell/lib"* 文件夹中。
2018-04-01 06:49:02 +00:00
2018-04-03 04:55:27 +00:00
**3.832** 以后的版本的开源协议更改为 MIT License3.832 及以前的版本维持 GPLv3 协议。
2018-04-01 06:49:02 +00:00
## 构建
```
mvn clean install package
2018-04-03 04:55:27 +00:00
```