[build/testing] Add jupiter-api back to testing

This commit is contained in:
Karlatemp
2023-07-25 15:28:21 +08:00
parent 861fd8d3c3
commit 061bd28798
3 changed files with 3 additions and 0 deletions

View File

@@ -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`)
} }
} }

View File

@@ -46,6 +46,7 @@ kotlin {
dependencies { dependencies {
api(yamlkt) api(yamlkt)
implementation(`kotlinx-coroutines-test`) implementation(`kotlinx-coroutines-test`)
api(`junit-jupiter-api`)
} }
} }

View File

@@ -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`)
} }
} }