From ef903538318c21afea6ed54d9ac8c40e11e16280 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 4 Jul 2019 01:16:18 +0300 Subject: [PATCH] Another test-runtime java plugin dependency --- idea/idea-gradle-native/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idea/idea-gradle-native/build.gradle.kts b/idea/idea-gradle-native/build.gradle.kts index 7ac70eb22e6..39dfae059a8 100644 --- a/idea/idea-gradle-native/build.gradle.kts +++ b/idea/idea-gradle-native/build.gradle.kts @@ -48,6 +48,9 @@ dependencies { testRuntime(project(":kotlin-scripting-idea")) testRuntime(project(":kotlinx-serialization-ide-plugin")) // TODO: the order of the plugins matters here, consider avoiding order-dependency + Platform[192].orHigher { + testRuntime(intellijPluginDep("java")) + } testRuntime(intellijPluginDep("junit")) testRuntime(intellijPluginDep("testng")) testRuntime(intellijPluginDep("properties"))