IJPL-187755: include intellij.ide.startup.importSettings into dependencies of intellij.idea.community.main

So its tests will be executed in Community Tests configurations. Caught by ModuleDependenciesInIntellijProjectTest.`test modules from community project are included into dependencies of main module`

GitOrigin-RevId: 8bca09d29be88e8cc6c5ae4ca28c6536fa74872d
This commit is contained in:
Timur Aliberdov
2025-11-18 19:43:23 +00:00
committed by intellij-monorepo-bot
parent 8ca83f9d19
commit 82e08a04c0
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -165,6 +165,7 @@ jvm_library(
"//platform/xdebugger-api:debugger",
"//platform/xdebugger-impl:debugger-impl",
"//xml/impl",
"//plugins/ide-startup/importSettings",
"//community-resources:customization",
"//java/plugin",
"//plugins/copyright",
@@ -345,6 +346,7 @@ jvm_library(
"//platform/xdebugger-api:debugger",
"//platform/xdebugger-impl:debugger-impl",
"//xml/impl",
"//plugins/ide-startup/importSettings",
"//community-resources:customization",
"//java/plugin",
"//java/java-tests:tests_test_lib",
+1
View File
@@ -62,6 +62,7 @@
<orderEntry type="module" module-name="intellij.platform.debugger" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.debugger.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.xml.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.ide.startup.importSettings" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.idea.community.customization" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.plugin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.tests" scope="TEST" />