mirror of
https://github.com/jie65535/mirai-console-jcf-plugin.git
synced 2025-12-15 19:07:54 +08:00
Initial commit
This commit is contained in:
15
build.gradle.kts
Normal file
15
build.gradle.kts
Normal file
@@ -0,0 +1,15 @@
|
||||
plugins {
|
||||
val kotlinVersion = "1.5.10"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.serialization") version kotlinVersion
|
||||
|
||||
id("net.mamoe.mirai-console") version "2.7.0"
|
||||
}
|
||||
|
||||
group = "me.jie65535"
|
||||
version = "0.1.0"
|
||||
|
||||
repositories {
|
||||
maven("https://maven.aliyun.com/repository/public")
|
||||
mavenCentral()
|
||||
}
|
||||
Reference in New Issue
Block a user