From 986e1ceefb3089d9cb8dc9de4e4ee3cee86b672f Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Fri, 14 Jun 2019 19:37:40 +0300 Subject: [PATCH] Build: Fix test runtime for sam-with-receiver-compiler-plugin tests --- .../sam-with-receiver/sam-with-receiver-cli/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts b/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts index 4a236458e0e..f8031bf8335 100644 --- a/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts +++ b/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts @@ -16,6 +16,8 @@ dependencies { testCompile(project(":compiler:cli")) testCompile(projectTests(":compiler:tests-common")) testCompile(commonDep("junit:junit")) + + testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") } } sourceSets {