Files
openide/platform/external-system-api/testFramework/intellij.platform.externalSystem.testFramework.iml
Nikita Skvortsov 5f35c3fb7a [gradle] use more readable assertions when comparing unordered modules list
GitOrigin-RevId: 22e8ff629851bd432efc885c8e94230e1ff61055
2022-01-18 11:45:46 +00:00

16 lines
809 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.externalSystem" />
<orderEntry type="module" module-name="intellij.platform.externalSystem.impl" />
<orderEntry type="module" module-name="intellij.platform.testFramework" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="library" name="assertJ" level="project" />
</component>
</module>