mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-19 12:43:32 +08:00
[build/testing] Add jupiter-api back to testing
This commit is contained in:
@@ -57,6 +57,7 @@ kotlin {
|
||||
dependencies {
|
||||
runtimeOnly(`log4j-core`)
|
||||
implementation(`kotlinx-coroutines-test`)
|
||||
api(`junit-jupiter-api`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -46,6 +46,7 @@ kotlin {
|
||||
dependencies {
|
||||
api(yamlkt)
|
||||
implementation(`kotlinx-coroutines-test`)
|
||||
api(`junit-jupiter-api`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -64,6 +64,7 @@ kotlin {
|
||||
implementation(kotlin("script-runtime"))
|
||||
implementation(`kotlinx-coroutines-test`)
|
||||
api(yamlkt)
|
||||
api(`junit-jupiter-api`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user