don't export intellij.grid.types

GitOrigin-RevId: f38a458a8614ae3e95616146512d9fc056ed3bbc
This commit is contained in:
Vladimir Krivosheev
2025-05-28 12:01:00 +02:00
committed by intellij-monorepo-bot
parent f73b8909d2
commit 398df72a86
22 changed files with 32 additions and 14 deletions

View File

@@ -27,6 +27,7 @@ jvm_library(
"//python/python-sdk:sdk",
"//platform/projectModel-api:projectModel",
"//platform/util",
"//platform/core-api:core",
],
runtime_deps = [":community-impl-venv_resources"]
)
@@ -55,6 +56,7 @@ jvm_library(
"@lib//:junit5",
"//platform/ide-core-impl",
"//platform/execution",
"//platform/core-api:core",
],
runtime_deps = [
":community-impl-venv_resources",

View File

@@ -24,5 +24,6 @@
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.execution" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core" />
</component>
</module>