mirror of
https://github.com/jie65535/JMailNotify.git
synced 2025-06-01 17:29:14 +08:00
16 lines
335 B
Plaintext
16 lines
335 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.2"
|
|
}
|
|
|
|
group = "top.jie65535.mirai"
|
|
version = "0.1.0"
|
|
|
|
repositories {
|
|
maven("https://maven.aliyun.com/repository/public")
|
|
mavenCentral()
|
|
}
|