[Build] Fix the typo junit jupyter -> jupiter
This commit is contained in:
committed by
Space Team
parent
a6f3dbb5f4
commit
6eaccc997f
@@ -10,8 +10,8 @@ dependencies {
|
||||
api(intellijCore())
|
||||
|
||||
testApi(platform(libs.junit.bom))
|
||||
testImplementation(libs.junit.jupyter.api)
|
||||
testRuntimeOnly(libs.junit.jupyter.engine)
|
||||
testImplementation(libs.junit.jupiter.api)
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
testImplementation(project(":kotlin-test:kotlin-test-junit"))
|
||||
testImplementation(projectTests(":compiler:tests-common"))
|
||||
testApi(projectTests(":compiler:test-infrastructure-utils"))
|
||||
|
||||
Reference in New Issue
Block a user