[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:
Alexander Likhachev
2021-02-25 15:21:32 +03:00
parent 6bd44df861
commit 57f5939f5e
4 changed files with 73 additions and 69 deletions
+2 -2
View File
@@ -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"))