mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-12 14:00:12 +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 {
|
||||
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`)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user