mirror of
https://github.com/jie65535/mirai-console-jcf-plugin.git
synced 2025-12-15 19:07:54 +08:00
Added Curseforge Api Tests
Upgraded kotlin version to 1.6.21 Upgraded mirai console version to 2.11.1
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
plugins {
|
||||
val kotlinVersion = "1.5.10"
|
||||
val kotlinVersion = "1.6.21"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.serialization") version kotlinVersion
|
||||
|
||||
id("net.mamoe.mirai-console") version "2.7.0"
|
||||
id("net.mamoe.mirai-console") version "2.11.1"
|
||||
}
|
||||
|
||||
group = "me.jie65535"
|
||||
version = "0.1.1"
|
||||
group = "top.jie65535"
|
||||
version = "1.0.0"
|
||||
|
||||
repositories {
|
||||
maven("https://maven.aliyun.com/repository/public")
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation(kotlin("test"))
|
||||
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.2")
|
||||
}
|
||||
Reference in New Issue
Block a user