mirror of
https://github.com/jie65535/JDice.git
synced 2025-06-02 17:39:11 +08:00
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
plugins {
|
|
val kotlinVersion = "1.7.10"
|
|
kotlin("jvm") version kotlinVersion
|
|
kotlin("plugin.serialization") version kotlinVersion
|
|
|
|
id("net.mamoe.mirai-console") version "2.13.4"
|
|
}
|
|
|
|
group = "top.jie65535"
|
|
version = "0.1.0"
|
|
|
|
repositories {
|
|
maven("https://maven.aliyun.com/repository/public")
|
|
mavenCentral()
|
|
}
|