mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA project configuration: add 'boot' module to tests bootstrap classpath
'intellij.platform.boot' module needs to be in the application classpath when running tests, so it must be in dependencies of 'intellij.tools.testsBootstrap' module (see org.jetbrains.intellij.build.impl.TestingTasksImpl.runTestsProcess).
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.boot" scope="RUNTIME" />
|
||||
<orderEntry type="library" name="JUnit4" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
|
||||
</module>
|
||||
Reference in New Issue
Block a user