[Build] Fix the typo junit jupyter -> jupiter

This commit is contained in:
Alexander.Likhachev
2023-09-06 15:48:28 +02:00
committed by Space Team
parent a6f3dbb5f4
commit 6eaccc997f
47 changed files with 96 additions and 96 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ dependencies {
testRuntimeOnly(commonDependency("com.fasterxml:aalto-xml"))
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(projectTests(":compiler:tests-common-new"))
testImplementation(projectTests(":compiler:test-infrastructure"))
testImplementation(projectTests(":compiler:test-infrastructure-utils"))
+2 -2
View File
@@ -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())
}
@@ -103,8 +103,8 @@ dependencies {
testCompileOnly("org.jetbrains.kotlinx:atomicfu:0.21.0")
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(kotlinStdlib())
testRuntimeOnly(project(":kotlin-preloader")) // it's required for ant tests
@@ -20,8 +20,8 @@ dependencies {
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
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)
testApi(projectTests(":compiler:tests-common-new"))
testApi(projectTests(":compiler:test-infrastructure"))
testApi(projectTests(":compiler:test-infrastructure-utils"))
@@ -9,7 +9,7 @@ dependencies {
testApi(project(":plugins:fir-plugin-prototype"))
testApi(project(":compiler:incremental-compilation-impl"))
testApi(projectTests(":compiler:incremental-compilation-impl"))
testImplementation(libs.junit.jupyter.api)
testImplementation(libs.junit.jupiter.api)
testCompileOnly(intellijCore())
+2 -2
View File
@@ -8,8 +8,8 @@ dependencies {
compileOnly(toolsJarApi())
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)
testCompileOnly(toolsJarApi())
testRuntimeOnly(toolsJar())
}
+2 -2
View File
@@ -12,8 +12,8 @@ dependencies {
testApi(projectTests(":compiler:test-infrastructure-utils"))
testApi(projectTests(":compiler:tests-common-new"))
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)
}
sourceSets {
@@ -28,8 +28,8 @@ dependencies {
testRuntimeOnly(commonDependency("com.fasterxml:aalto-xml"))
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)
testApi(projectTests(":compiler:tests-common-new"))
testApi(projectTests(":compiler:test-infrastructure"))
testApi(projectTests(":compiler:test-infrastructure-utils"))
+2 -2
View File
@@ -35,8 +35,8 @@ dependencies {
embedded(project(":analysis:symbol-light-classes")) { isTransitive = false }
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)
testApi(projectTests(":kotlin-annotation-processing-compiler"))
testImplementation(project(":analysis:analysis-api-standalone"))
testRuntimeOnly(toolsJar())
@@ -41,8 +41,8 @@ dependencies {
testImplementation(projectTests(":generators:test-generator"))
testImplementation(projectTests(":js:js.tests"))
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(":kotlinx-serialization-compiler-plugin.common"))
testImplementation(project(":kotlinx-serialization-compiler-plugin.k1"))
+2 -2
View File
@@ -28,7 +28,7 @@ dependencies {
testApi(projectTests(":compiler:tests-common-new"))
testApi(projectTests(":compiler:test-infrastructure"))
testApi(projectTests(":compiler:test-infrastructure-utils"))
testImplementation(libs.junit.jupyter.api)
testImplementation(libs.junit.jupiter.api)
// FIR dependencies
testApi(project(":compiler:fir:checkers"))
@@ -36,7 +36,7 @@ dependencies {
testRuntimeOnly(project(":compiler:fir:fir-serialization"))
testRuntimeOnly(project(":core:descriptors.runtime"))
testRuntimeOnly(libs.junit.jupyter.engine)
testRuntimeOnly(libs.junit.jupiter.engine)
testImplementation(libs.junit4)
+2 -2
View File
@@ -17,8 +17,8 @@ dependencies {
testApi(project(":kotlin-noarg-compiler-plugin.cli"))
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)
testApi(projectTests(":compiler:tests-common-new"))
testApi(projectTests(":compiler:test-infrastructure"))
testApi(projectTests(":compiler:test-infrastructure-utils"))
@@ -20,8 +20,8 @@ dependencies {
embedded(project(":plugins:parcelize:parcelize-compiler:parcelize.cli")) { isTransitive = false }
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)
testApi(intellijCore())
@@ -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"))
+2 -2
View File
@@ -18,8 +18,8 @@ dependencies {
testImplementation(project(":kotlin-scripting-jvm-host-unshaded"))
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)
testApi(projectTests(":compiler:tests-common-new"))