Files
openide/plugins/cucumber-jvm-formatter/intellij.cucumber.jvmFormatter.iml
Nikolay Chashnikov 39a097f3a5 [intellij project configuration] migrate several modules to Java 8 (IJPL-160046)
intellij.cucumber.jvmFormatter*, intellij.gwt.rt, intellij.testng.rt, intellij.xpath.rt, intellij.xslt.debugger.rt modules are migrated from Java 7 to Java 8.

This is needed to simplify migration to Java 21, which doesn't support cross-compilation to Java 7.

GitOrigin-RevId: d220efbfda152f52d410d7957aa77409e87b4ff4
2025-05-14 10:21:05 +00:00

16 lines
838 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" 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="library" scope="PROVIDED" name="cucumber-core-1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="cucumber-core-2" level="project" />
<orderEntry type="module" module-name="intellij.junit.rt" />
<orderEntry type="module" module-name="intellij.java.rt" />
<orderEntry type="library" scope="PROVIDED" name="JUnit4" level="project" />
</component>
</module>