[Build] Fix the typo junit jupyter -> jupiter
This commit is contained in:
committed by
Space Team
parent
a6f3dbb5f4
commit
6eaccc997f
@@ -25,7 +25,7 @@ dependencies {
|
||||
|
||||
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
||||
testRuntimeOnly(platform(libs.junit.bom))
|
||||
testRuntimeOnly(libs.junit.jupyter.engine)
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
|
||||
if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||
|
||||
Reference in New Issue
Block a user