Modify dependencies for 192 branch: more dependencies to full java plugin

This commit is contained in:
Nikolay Krasko
2019-06-24 17:36:56 +03:00
parent 6ea1d92841
commit b7c12014ee
20 changed files with 29 additions and 51 deletions
@@ -16,7 +16,7 @@ dependencies {
}
Platform[192].orHigher {
testRuntime(intellijCoreDep()) { includeJars("intellij-core") }
testRuntime(intellijPluginDep("java"))
}
compile(project(":compiler:util"))
+1 -3
View File
@@ -13,9 +13,7 @@ dependencies {
compile(project(":idea:idea-gradle"))
compileOnly(intellijDep())
Platform[192].orHigher {
compileOnly(intellijPluginDep("java")) {
includeJars("external-system-rt", "external-system-impl")
}
compileOnly(intellijPluginDep("java"))
}
compileOnly(intellijPluginDep("gradle"))
compileOnly(intellijPluginDep("android"))
+1 -1
View File
@@ -14,7 +14,7 @@ dependencies {
compile(project(":plugins:uast-kotlin"))
compileOnly(intellijDep())
Platform[192].orHigher {
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijPluginDep("java"))
}
}