Build: Fix android-wizardTemplate-plugin dependencies

Present only in AS 3.6
This commit is contained in:
Vyacheslav Gerasimov
2019-12-26 13:59:43 +03:00
parent 1a3cf3b792
commit 7b1c4e72ba
7 changed files with 21 additions and 0 deletions
+3
View File
@@ -189,6 +189,9 @@ dependencies {
testRuntime(intellijPluginDep("git4idea")) testRuntime(intellijPluginDep("git4idea"))
testRuntime(intellijPluginDep("google-cloud-tools-core-as")) testRuntime(intellijPluginDep("google-cloud-tools-core-as"))
testRuntime(intellijPluginDep("google-login-as")) testRuntime(intellijPluginDep("google-login-as"))
}
if (Ide.AS36()) {
testRuntime(intellijPluginDep("android-wizardTemplate-plugin")) testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
} }
+3
View File
@@ -72,6 +72,9 @@ dependencies {
if (Ide.AS36.orHigher()) { if (Ide.AS36.orHigher()) {
testRuntime(intellijPluginDep("android-layoutlib")) testRuntime(intellijPluginDep("android-layoutlib"))
}
if (Ide.AS36()) {
testRuntime(intellijPluginDep("android-wizardTemplate-plugin")) testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
} }
} }
+3
View File
@@ -74,6 +74,9 @@ dependencies {
if (Ide.AS36.orHigher()) { if (Ide.AS36.orHigher()) {
testRuntime(intellijPluginDep("android-layoutlib")) testRuntime(intellijPluginDep("android-layoutlib"))
}
if (Ide.AS36()) {
testRuntime(intellijPluginDep("android-wizardTemplate-plugin")) testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
} }
} }
+3
View File
@@ -77,6 +77,9 @@ dependencies {
if (Ide.AS36.orHigher()) { if (Ide.AS36.orHigher()) {
testRuntime(intellijPluginDep("android-layoutlib")) testRuntime(intellijPluginDep("android-layoutlib"))
}
if (Ide.AS36()) {
testRuntime(intellijPluginDep("android-wizardTemplate-plugin")) testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
} }
} }
+3
View File
@@ -65,6 +65,9 @@ dependencies {
if (Ide.AS36.orHigher()) { if (Ide.AS36.orHigher()) {
testRuntime(intellijPluginDep("android-layoutlib")) testRuntime(intellijPluginDep("android-layoutlib"))
}
if (Ide.AS36()) {
testRuntime(intellijPluginDep("android-wizardTemplate-plugin")) testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
} }
} }
+3
View File
@@ -64,6 +64,9 @@ dependencies {
if (Ide.AS36.orHigher()) { if (Ide.AS36.orHigher()) {
testRuntime(intellijPluginDep("android-layoutlib")) testRuntime(intellijPluginDep("android-layoutlib"))
}
if (Ide.AS36()) {
testRuntime(intellijPluginDep("android-wizardTemplate-plugin")) testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
} }
} }
@@ -63,6 +63,9 @@ dependencies {
if (Ide.AS36.orHigher()) { if (Ide.AS36.orHigher()) {
testRuntime(intellijPluginDep("android-layoutlib")) testRuntime(intellijPluginDep("android-layoutlib"))
}
if (Ide.AS36()) {
testRuntime(intellijPluginDep("android-wizardTemplate-plugin")) testRuntime(intellijPluginDep("android-wizardTemplate-plugin"))
} }
} }