From 55f86af67f559e8ac3290ef5ae7fb04cc312036a Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Fri, 14 Jun 2019 19:42:28 +0300 Subject: [PATCH] Build: Fix test runtime for source-sections-compiler-plugin tests --- .../source-sections/source-sections-compiler/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/source-sections/source-sections-compiler/build.gradle.kts b/plugins/source-sections/source-sections-compiler/build.gradle.kts index 842e1bba51c..b8093e3cc2b 100644 --- a/plugins/source-sections/source-sections-compiler/build.gradle.kts +++ b/plugins/source-sections/source-sections-compiler/build.gradle.kts @@ -25,6 +25,8 @@ dependencies { testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") } testCompile(intellijDep()) { includeJars("idea", "idea_rt", "openapi", "log4j", "jdom", "jps-model") } testRuntime(project(":kotlin-reflect")) + + testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") } } sourceSets {