[gradle][tests] add missing runtime dependency

GitOrigin-RevId: 2a99cb83a05a8d0d03019030a45ac05620bd0e75
This commit is contained in:
Nikita.Skvortsov
2024-06-18 15:08:59 +02:00
committed by intellij-monorepo-bot
parent 44c8610f5c
commit 93a9fd456d

View File

@@ -36,5 +36,6 @@
<orderEntry type="library" scope="TEST" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="module" module-name="intellij.platform.workspace.jps" scope="TEST" />
<orderEntry type="module" module-name="intellij.tools.ide.metrics.benchmark" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.execution.dashboard" scope="RUNTIME" />
</component>
</module>