[java-frontend] IDEA-366600 Get rid of additional "Java for JetBrains Client" plugin

- fix stream debugger dependencies

GitOrigin-RevId: 49d5e13cf3110ae404ebbda29cfdab8b162a3ef7
This commit is contained in:
Mikhail Pyltsin
2026-01-15 16:28:43 +00:00
committed by intellij-monorepo-bot
parent 615b99a635
commit b60abdbf63
2 changed files with 4 additions and 14 deletions
+3 -12
View File
@@ -31,14 +31,8 @@ jvm_library(
"//platform/core-ui",
"//platform/platform-util-io:ide-util-io",
],
exports = [
"//java/java-backend:backend",
"//java/openapi:java",
],
runtime_deps = [
"//java/debugger/frontend",
"//java/debugger/backend",
]
exports = ["//java/openapi:java"],
runtime_deps = ["//java/debugger/backend"]
)
jvm_library(
@@ -76,10 +70,7 @@ jvm_library(
"//plugins/stream-debugger-core/testFramework",
"//platform/util/coroutines",
],
exports = [
"//java/java-backend:backend",
"//java/openapi:java",
]
exports = ["//java/openapi:java"]
)
### auto-generated section `build intellij.java.debugger.streams` end
@@ -27,8 +27,7 @@
<orderEntry type="module" module-name="intellij.platform.debugger.impl" />
<orderEntry type="module" module-name="intellij.java.execution" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.backend" exported="" />
<orderEntry type="module" module-name="intellij.java.debugger.impl.frontend" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.backend" />
<orderEntry type="module" module-name="intellij.java.debugger.impl.backend" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java" exported="" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />