Commit ea740f26 authored by jiahua.liu's avatar jiahua.liu

plugin supporting

parent 6e33ddf2
......@@ -3,7 +3,7 @@ apply plugin: "java"
dependencies {
api project(':mirai-core')
api project(':mirai-core-timpc')
runtimeOnly files(':mirai-core-timpc')
runtimeOnly files('../mirai-core/build/classes/kotlin/jvm/main')
// classpath is not set correctly by IDE
}
......@@ -17,6 +17,7 @@ fun main() {
println("\"login qqnumber qqpassword \" to login a bot")
println("\"login qq号 qq密码 \" 来登陆一个BOT")
thread {
loop@ while (true) {
var command = readLine()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment