From 187182e46f888af36f50aa55618757d4d5ead063 Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Fri, 15 Dec 2017 01:38:40 +0900 Subject: [PATCH] Noarg, Minor: Include IDEA 'testRuntime' dependency as in other compiler plugins --- plugins/noarg/noarg-cli/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/noarg/noarg-cli/build.gradle.kts b/plugins/noarg/noarg-cli/build.gradle.kts index 1bdf570f730..7dcfe4c0529 100644 --- a/plugins/noarg/noarg-cli/build.gradle.kts +++ b/plugins/noarg/noarg-cli/build.gradle.kts @@ -17,6 +17,8 @@ dependencies { testCompile(project(":compiler:tests-common")) testCompile(projectTests(":compiler:tests-common")) testCompile(commonDep("junit:junit")) + + testRuntime(ideaSdkDeps("*.jar")) } sourceSets {