Fix compatibility with 202 IDEA branch (dependencies)
This commit is contained in:
@@ -27,6 +27,12 @@ dependencies {
|
|||||||
|
|
||||||
excludeInAndroidStudio(rootProject) { compileOnly(intellijPluginDep("maven")) }
|
excludeInAndroidStudio(rootProject) { compileOnly(intellijPluginDep("maven")) }
|
||||||
|
|
||||||
|
excludeInAndroidStudio(rootProject) {
|
||||||
|
Platform[202].orHigher {
|
||||||
|
compileOnly(intellijPluginDep("maven-model"))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
testCompile(projectTests(":idea"))
|
testCompile(projectTests(":idea"))
|
||||||
testCompile(projectTests(":compiler:tests-common"))
|
testCompile(projectTests(":compiler:tests-common"))
|
||||||
testCompile(projectTests(":idea:idea-test-framework"))
|
testCompile(projectTests(":idea:idea-test-framework"))
|
||||||
@@ -36,6 +42,11 @@ dependencies {
|
|||||||
testCompileOnly(intellijPluginDep("maven"))
|
testCompileOnly(intellijPluginDep("maven"))
|
||||||
testRuntime(intellijPluginDep("maven"))
|
testRuntime(intellijPluginDep("maven"))
|
||||||
|
|
||||||
|
Platform[202].orHigher {
|
||||||
|
testCompileOnly(intellijPluginDep("maven-model"))
|
||||||
|
testRuntime(intellijPluginDep("maven-model"))
|
||||||
|
}
|
||||||
|
|
||||||
if (Ide.IJ201.orHigher()) {
|
if (Ide.IJ201.orHigher()) {
|
||||||
testRuntime(intellijPluginDep("repository-search"))
|
testRuntime(intellijPluginDep("repository-search"))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user