[Build] Fix the typo junit jupyter -> jupiter
This commit is contained in:
committed by
Space Team
parent
a6f3dbb5f4
commit
6eaccc997f
@@ -19,8 +19,8 @@ dependencies {
|
||||
implementation(project(":compiler:backend.jvm.entrypoint"))
|
||||
|
||||
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(":analysis:analysis-api-providers"))
|
||||
testImplementation(project(":analysis:analysis-api-standalone:analysis-api-standalone-base"))
|
||||
testImplementation(projectTests(":compiler:tests-common"))
|
||||
|
||||
Reference in New Issue
Block a user