IJPL-148294 extract vcs functionality from java plugin to separate modules (so, for example, SH tests can be executed without VCS)

GitOrigin-RevId: f19565ca367bc668cefaafde0dc2209c5b2c3eba
This commit is contained in:
Vladimir Krivosheev
2024-04-18 17:47:27 +02:00
committed by intellij-monorepo-bot
parent 0590da61da
commit 9e23996158
21 changed files with 79 additions and 39 deletions

View File

@@ -88,5 +88,6 @@
<orderEntry type="module" module-name="intellij.junit.java.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.util.coroutines" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.navbar.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.unscramble" scope="TEST" />
</component>
</module>