From e6fbfcb35b69553c679a46b1d5735d757c5fb26a Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Tue, 9 Apr 2019 14:48:18 +0200 Subject: [PATCH] Support parallelization in another IDE tests Original commit: 0d3f03a15a829003ad358f390c3cef1d75a13bcc --- jps/jps-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jps/jps-plugin/build.gradle.kts b/jps/jps-plugin/build.gradle.kts index 9a6416ae756..44281be3e25 100644 --- a/jps/jps-plugin/build.gradle.kts +++ b/jps/jps-plugin/build.gradle.kts @@ -58,7 +58,7 @@ sourceSets { } } -projectTest { +projectTest(parallel = true) { // do not replace with compile/runtime dependency, // because it forces Intellij reindexing after each compiler change dependsOn(":kotlin-compiler:dist")