mirai-console-j24-plugin/build.gradle.kts
筱傑 b4dd18cc19 Update version to v0.1.3
增加答题统计
增加排行榜
2022-07-25 21:47:20 +08:00

19 lines
427 B
Plaintext

plugins {
val kotlinVersion = "1.7.0"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.12.0"
}
group = "top.jie65535"
version = "0.1.3"
repositories {
maven("https://maven.aliyun.com/repository/public") // 阿里云国内代理仓库
mavenCentral()
}
dependencies {
implementation("net.objecthunter:exp4j:0.4.8")
}