[Build] Fix configuration cache issues (part 7)
* Read system property "disable.verification.tasks" using Gradle provider * Fix compileTestKotlin tasks with instrumented classes * Read Gradle property "kotlin.test.maxParallelForks" using Gradle provider * Change :idea:performanceTests jackson version to fixed ones Relates to #KT-44611
This commit is contained in:
@@ -33,8 +33,8 @@ dependencies {
|
||||
testImplementation(projectTests(":idea"))
|
||||
testImplementation(project(":idea:idea-gradle")) { isTransitive = false }
|
||||
testImplementation(commonDep("junit:junit"))
|
||||
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.+")
|
||||
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.11.+")
|
||||
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.4")
|
||||
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.11.4")
|
||||
testImplementation("khttp:khttp:1.0.0")
|
||||
|
||||
testCompileOnly(intellijPluginDep("java"))
|
||||
|
||||
Reference in New Issue
Block a user