Another test-runtime java plugin dependency

This commit is contained in:
Nikolay Krasko
2019-07-04 01:16:18 +03:00
parent 5d081efe60
commit ef90353831
+3
View File
@@ -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"))