Fix classpath of IDEA plugin tests

This commit is contained in:
Andrey Uskov
2020-01-27 18:59:33 +03:00
parent 9ae3b2cf43
commit e7057cf2b3
+1
View File
@@ -61,6 +61,7 @@ dependencies {
testRuntime(project(":noarg-ide-plugin"))
testRuntime(project(":kotlin-scripting-idea"))
testRuntime(project(":kotlinx-serialization-ide-plugin"))
testRuntime(project(":kotlin-gradle-statistics"))
// TODO: the order of the plugins matters here, consider avoiding order-dependency
testRuntime(intellijPluginDep("junit"))
testRuntime(intellijPluginDep("testng"))