mirror of
https://github.com/jie65535/mirai-console-jhr-plugin.git
synced 2025-12-15 18:41:39 +08:00
Initial commit
This commit is contained in:
16
build.gradle.kts
Normal file
16
build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
plugins {
|
||||
val kotlinVersion = "1.4.30"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.serialization") version kotlinVersion
|
||||
|
||||
id("net.mamoe.mirai-console") version "2.6.6"
|
||||
}
|
||||
|
||||
group = "org.example"
|
||||
version = "0.1.0"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven("https://maven.aliyun.com/repository/public") // 阿里云国内代理仓库
|
||||
mavenCentral()
|
||||
}
|
||||
Reference in New Issue
Block a user