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
@@ -15,7 +15,7 @@ dependencies {
compileOnly(intellijDep())
Platform[192].orHigher {
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
compileOnly(intellijPluginDep("java"))
}
compileOnly(intellijPluginDep("stream-debugger"))
@@ -11,7 +11,7 @@ dependencies {
compile(project(":idea:jvm-debugger:jvm-debugger-util"))
compile(files("${System.getProperty("java.home")}/../lib/tools.jar"))
Platform[192].orHigher {
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
compileOnly(intellijPluginDep("java"))
}
compileOnly(intellijDep())
@@ -10,7 +10,7 @@ dependencies {
compileOnly(intellijDep())
Platform[192].orHigher {
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijPluginDep("java"))
}
compileOnly(intellijPluginDep("stream-debugger"))
@@ -14,7 +14,7 @@ dependencies {
compile(files("${System.getProperty("java.home")}/../lib/tools.jar"))
Platform[192].orHigher {
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
compileOnly(intellijPluginDep("java"))
}
compileOnly(intellijDep())