mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
[build/testing] Add jupiter-api back to testing
This commit is contained in:
parent
861fd8d3c3
commit
061bd28798
@ -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`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user