Message Repeat
This commit is contained in:
24
build.gradle.kts
Normal file
24
build.gradle.kts
Normal file
@@ -0,0 +1,24 @@
|
||||
plugins {
|
||||
val kotlinVersion = "1.8.10"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.serialization") version kotlinVersion
|
||||
|
||||
id("net.mamoe.mirai-console") version "2.16.0"
|
||||
}
|
||||
|
||||
group = "com.plugin"
|
||||
version = "0.1.0"
|
||||
|
||||
dependencies{
|
||||
implementation ("org.yaml:snakeyaml:2.2")
|
||||
implementation ("cn.hutool:hutool-all:5.8.31")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven("https://maven.aliyun.com/repository/public")
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
mirai {
|
||||
jvmTarget = JavaVersion.VERSION_17
|
||||
}
|
||||
Reference in New Issue
Block a user