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