mirror of
https://github.com/jie65535/mirai-console-j24-plugin.git
synced 2025-12-15 18:27:46 +08:00
Implement v0.1.0
This commit is contained in:
@@ -6,10 +6,14 @@ plugins {
|
||||
id("net.mamoe.mirai-console") version "2.11.1"
|
||||
}
|
||||
|
||||
group = "org.example"
|
||||
group = "top.jie65535"
|
||||
version = "0.1.0"
|
||||
|
||||
repositories {
|
||||
maven("https://maven.aliyun.com/repository/public") // 阿里云国内代理仓库
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.objecthunter:exp4j:0.4.8")
|
||||
}
|
||||
Reference in New Issue
Block a user