Allow plugin dependencies to be optional (no Maven in Android Studio)

This commit is contained in:
Dmitry Jemerov
2017-10-05 14:16:55 +02:00
parent 85254838f6
commit d79b9c1b51
2 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ dependencies {
testRuntime(ideaPluginDeps("*.jar", plugin = "gradle"))
testRuntime(ideaPluginDeps("*.jar", plugin = "Groovy"))
testRuntime(ideaPluginDeps("*.jar", plugin = "android"))
testRuntime(ideaPluginDeps("*.jar", plugin = "maven"))
testRuntime(ideaPluginDeps("*.jar", plugin = "maven", optional = true))
testRuntime(ideaPluginDeps("resources_en", plugin = "properties"))
testRuntime(project(":idea:idea-android"))
testRuntime(project(":idea:idea-gradle"))