mirror of
https://github.com/jie65535/mirai-console-jcc-plugin.git
synced 2025-12-22 18:55:25 +08:00
更新到v1.0
弃用pastebin粘贴 增加pastebin运行支持 增加pastebin运行时增加输入 更新依赖
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
plugins {
|
||||
val kotlinVersion = "1.5.10"
|
||||
val kotlinVersion = "1.6.10"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.serialization") version kotlinVersion
|
||||
|
||||
id("net.mamoe.mirai-console") version "2.6.7"
|
||||
id("net.mamoe.mirai-console") version "2.10.0"
|
||||
}
|
||||
|
||||
group = "me.jie65535"
|
||||
version = "0.2"
|
||||
group = "top.jie65535"
|
||||
version = "1.0"
|
||||
|
||||
repositories {
|
||||
maven("https://maven.aliyun.com/repository/public")
|
||||
|
||||
Reference in New Issue
Block a user