mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 11:00:15 +08:00
16 lines
378 B
Plaintext
16 lines
378 B
Plaintext
|
plugins {
|
||
|
id 'org.jetbrains.kotlin.jvm' version '$KOTLIN_VERSION'
|
||
|
id 'org.jetbrains.kotlin.plugin.serialization' version '$KOTLIN_VERSION'
|
||
|
|
||
|
id 'net.mamoe.mirai-console' version '$MIRAI_VERSION'
|
||
|
}
|
||
|
|
||
|
group = '$GROUP_ID'
|
||
|
version = '$VERSION'
|
||
|
|
||
|
repositories {
|
||
|
#if ($USE_PROXY_REPO) maven { url 'https://maven.aliyun.com/repository/public' } #end
|
||
|
|
||
|
mavenCentral()
|
||
|
}
|