mirror of
https://github.com/jie65535/mirai-console-jcab-arg-plugin.git
synced 2024-07-27 19:14:54 +08:00
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
plugins {
|
|
val kotlinVersion = "1.6.10"
|
|
kotlin("jvm") version kotlinVersion
|
|
kotlin("plugin.serialization") version kotlinVersion
|
|
|
|
id("net.mamoe.mirai-console") version "+"
|
|
}
|
|
|
|
group = "top.jie65535"
|
|
version = "1.0"
|
|
|
|
repositories {
|
|
maven("https://maven.aliyun.com/repository/public")
|
|
mavenCentral()
|
|
}
|