mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 11:00:15 +08:00
18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
plugins {
|
|
kotlin("jvm") version "1.6.0"
|
|
kotlin("plugin.serialization") version "1.6.0"
|
|
id("net.mamoe.mirai-console") version "2.99.0-local"
|
|
java
|
|
}
|
|
|
|
group = "org.example"
|
|
version = "1.0-SNAPSHOT"
|
|
|
|
dependencies {
|
|
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
mavenLocal()
|
|
} |