[Build] Fix the typo junit jupyter -> jupiter
This commit is contained in:
committed by
Space Team
parent
a6f3dbb5f4
commit
6eaccc997f
@@ -17,7 +17,7 @@ dependencies {
|
||||
api project(':kotlin-test:kotlin-test-jvm')
|
||||
|
||||
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
|
||||
testRuntimeOnly(libs.junit.jupyter.engine)
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
@@ -97,10 +97,10 @@ dependencies {
|
||||
testImplementation(gradleTestKit())
|
||||
testImplementation(commonDependency("com.google.code.gson:gson"))
|
||||
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)
|
||||
testRuntimeOnly(libs.junit.vintage.engine)
|
||||
testImplementation(libs.junit.jupyter.params)
|
||||
testImplementation(libs.junit.jupiter.params)
|
||||
|
||||
testRuntimeOnly(project(":compiler:tests-mutes"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user