mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 11:00:15 +08:00
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
plugins {
|
|
kotlin("jvm") version "1.4.20"
|
|
kotlin("plugin.serialization") version "1.4.20"
|
|
id("net.mamoe.mirai-console") version "1.1.0-dev-36"
|
|
}
|
|
|
|
group = "org.example"
|
|
version = "1.0-SNAPSHOT"
|
|
|
|
repositories {
|
|
mavenLocal()
|
|
jcenter()
|
|
mavenCentral()
|
|
} |