Modify dependencies for 192 branch: more dependencies to full java plugin
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user