Build: Fix android-wizardTemplate-plugin dependencies
Present only in AS 3.6
This commit is contained in:
@@ -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"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user