mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[newUiOnboarding] Specify module dependency explicitly
Previously `intellij.platform.ide.newUiOnboarding` module was present when running from sources only because it is transitively included through `intellij.vcs.git` module. Now this dependency is explicit. GitOrigin-RevId: e79058e9de8cb2e72d304ad3fc253aca8bc2c30b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7254bc4a17
commit
f24b668731
@@ -204,5 +204,6 @@
|
||||
<orderEntry type="module" module-name="intellij.lombok" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.xmlbeans" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.jsonpath" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.newUiOnboarding" scope="RUNTIME" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -42,5 +42,6 @@
|
||||
<orderEntry type="module" module-name="intellij.dev" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.evaluationPlugin" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.evaluationPlugin.languages.python" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.newUiOnboarding" scope="RUNTIME" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user