173: Fix test compilation for AS 3.1

This commit is contained in:
Vyacheslav Gerasimov
2018-12-17 15:56:07 +03:00
parent 2196d81322
commit e422eb56b2
+3 -1
View File
@@ -52,7 +52,9 @@ dependencies {
testRuntime(intellijPluginDep("gradle")) testRuntime(intellijPluginDep("gradle"))
testRuntime(intellijPluginDep("Groovy")) testRuntime(intellijPluginDep("Groovy"))
testRuntime(intellijPluginDep("coverage")) testRuntime(intellijPluginDep("coverage"))
testRuntime(intellijPluginDep("maven")) if (Ide.IJ()) {
testRuntime(intellijPluginDep("maven"))
}
testRuntime(intellijPluginDep("android")) testRuntime(intellijPluginDep("android"))
} }