mirror of
https://github.com/jie65535/mirai-console-j24-plugin.git
synced 2025-10-16 17:03:13 +08:00
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
plugins {
|
||||
val kotlinVersion = "1.7.0"
|
||||
val kotlinVersion = "1.8.10"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.serialization") version kotlinVersion
|
||||
|
||||
id("net.mamoe.mirai-console") version "2.12.0"
|
||||
id("net.mamoe.mirai-console") version "2.16.0"
|
||||
}
|
||||
|
||||
group = "top.jie65535"
|
||||
version = "0.1.3"
|
||||
version = "1.0.0"
|
||||
|
||||
repositories {
|
||||
maven("https://maven.aliyun.com/repository/public") // 阿里云国内代理仓库
|
||||
|
Reference in New Issue
Block a user