Files
openide/updater/intellij.platform.updater.iml
Roman Shevchenko da32cdba62 [tests] untying updater tests from the platform and migrating to NIO 2 / JUnit 5
GitOrigin-RevId: 2ed7da4770b3923a15a70d427d3db6cfc1ad7bab
2023-12-06 23:00:57 +00:00

16 lines
840 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="library" name="jna" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
</component>
</module>