-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Cjsah/dev
修改指令解析器为kotlin 修改插件加载器为kotlin 修改控制台指令为kotlin 优化程序的java调用 更新kotlin版本到1.5.30 更新maria-core版本到2.8.3 更新log4j版本到2.17.0 移除遗留的slf4j
- Loading branch information
Showing
89 changed files
with
1,870 additions
and
2,261 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
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,3 +1,5 @@ | ||
build_number = undefined | ||
mvn_group = net.cjsah.console | ||
console_version = 1.0.12 | ||
console_version = 1.1.0 | ||
mirai_version = 2.8.3 | ||
log4j_version = 2.17.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
src/main/java/net/cjsah/console/command/CommandManager.java
This file was deleted.
Oops, something went wrong.
131 changes: 0 additions & 131 deletions
131
src/main/java/net/cjsah/console/command/Dispatcher.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.