Fix GradleConfiguratorTest

Kotlin gradle plugin was removed from test classpath
This commit is contained in:
Andrey Uskov
2019-11-18 00:35:18 +03:00
parent 43d916e92d
commit 8a1f8714e7
-1
View File
@@ -58,7 +58,6 @@ dependencies {
testRuntime(project(":noarg-ide-plugin"))
testRuntime(project(":kotlin-scripting-idea"))
testRuntime(project(":kotlinx-serialization-ide-plugin"))
testRuntime(project(":kotlin-gradle-plugin"))
// TODO: the order of the plugins matters here, consider avoiding order-dependency
testRuntime(intellijPluginDep("junit"))
testRuntime(intellijPluginDep("testng"))