Fix classpath of IDEA plugin tests
This commit is contained in:
@@ -61,6 +61,7 @@ dependencies {
|
|||||||
testRuntime(project(":noarg-ide-plugin"))
|
testRuntime(project(":noarg-ide-plugin"))
|
||||||
testRuntime(project(":kotlin-scripting-idea"))
|
testRuntime(project(":kotlin-scripting-idea"))
|
||||||
testRuntime(project(":kotlinx-serialization-ide-plugin"))
|
testRuntime(project(":kotlinx-serialization-ide-plugin"))
|
||||||
|
testRuntime(project(":kotlin-gradle-statistics"))
|
||||||
// TODO: the order of the plugins matters here, consider avoiding order-dependency
|
// TODO: the order of the plugins matters here, consider avoiding order-dependency
|
||||||
testRuntime(intellijPluginDep("junit"))
|
testRuntime(intellijPluginDep("junit"))
|
||||||
testRuntime(intellijPluginDep("testng"))
|
testRuntime(intellijPluginDep("testng"))
|
||||||
|
|||||||
Reference in New Issue
Block a user