mirror of
https://github.com/jie65535/mirai-console-jnr-plugin.git
synced 2025-06-02 17:49:11 +08:00
17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
plugins {
|
|
val kotlinVersion = "1.6.0"
|
|
kotlin("jvm") version kotlinVersion
|
|
kotlin("plugin.serialization") version kotlinVersion
|
|
|
|
id("net.mamoe.mirai-console") version "2.12.2"
|
|
}
|
|
|
|
group = "top.jie65535"
|
|
version = "1.2.0"
|
|
|
|
repositories {
|
|
mavenLocal()
|
|
maven("https://maven.aliyun.com/repository/public")
|
|
mavenCentral()
|
|
}
|