From 212d218bc6a01c8cc8b9c27391f00d2a5acf9694 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Thu, 1 Mar 2018 14:40:51 +0300 Subject: [PATCH] 181: Fix test runtime for 181 platform compiler tests --- compiler/tests-common/build.gradle.kts.181 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests-common/build.gradle.kts.181 b/compiler/tests-common/build.gradle.kts.181 index 14a2fc4ecf4..f42092dd065 100644 --- a/compiler/tests-common/build.gradle.kts.181 +++ b/compiler/tests-common/build.gradle.kts.181 @@ -31,7 +31,7 @@ dependencies { testCompile(androidDxJar()) { isTransitive = false } testCompile(intellijCoreDep()) { includeJars("intellij-core"); isTransitive = false } testCompile(intellijDep()) { - includeJars("openapi", "platform-api", "idea", "idea_rt", "guava", "trove4j", "picocontainer", "asm-all", "log4j", "jdom", "annotations", rootProject = rootProject) + includeJars("openapi", "platform-api", "platform-impl", "idea", "idea_rt", "guava", "trove4j", "picocontainer", "asm-all", "log4j", "jdom", "bootstrap", "annotations", rootProject = rootProject) isTransitive = false } }