[Build] Fix the typo junit jupyter -> jupiter
This commit is contained in:
committed by
Space Team
parent
a6f3dbb5f4
commit
6eaccc997f
@@ -20,13 +20,13 @@ dependencies {
|
||||
testApi(projectTests(":compiler:tests-common-new"))
|
||||
|
||||
testImplementation(projectTests(":compiler:tests-common"))
|
||||
testImplementation(libs.junit.jupyter.api)
|
||||
testImplementation(libs.junit.jupiter.api)
|
||||
|
||||
testCompileOnly(project(":kotlin-reflect-api"))
|
||||
testRuntimeOnly(project(":kotlin-reflect"))
|
||||
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||
testRuntimeOnly(project(":compiler:fir:fir-serialization"))
|
||||
testRuntimeOnly(libs.junit.jupyter.engine)
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
|
||||
testApi(intellijCore())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user