mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
committed by
intellij-monorepo-bot
parent
8ca83f9d19
commit
82e08a04c0
@@ -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",
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user