mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
This is needed because production parts of these modules have language level 11, whereas tests depend on testFramework modules with language level 17, and this causes compilation errors if Kotlin code calls inline functions from module with a higher Java version. GitOrigin-RevId: a7f88de0171cb3074d52b60e05bb280a08fd51e5
18 lines
1.0 KiB
XML
18 lines
1.0 KiB
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$/testSrc">
|
|
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.devkit.jps" />
|
|
<orderEntry type="module" module-name="intellij.platform.jps.model.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.jps.build.tests" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
|
<orderEntry type="module" module-name="intellij.platform.jps.model.serialization.tests" scope="TEST" />
|
|
<orderEntry type="library" scope="TEST" name="ASM" level="project" />
|
|
<orderEntry type="module" module-name="intellij.java.compiler.instrumentationUtil" scope="TEST" />
|
|
</component>
|
|
</module> |