Files
openide/jps/antLayout/intellij.tools.jps.antTasks.iml
nik 2f61f806e5 build scripts: raise Java version in module intellij.tools.jps.antTasks to Java 8
Classes from this module are used to build IntelliJ-based IDEs only, and these build scripts require Java 8 anyway. So there is no sense to keep compatibility with older Java versions here. Also the module uses Ant library which class-files aren't compatible with older Java versions so this cause compilation errors when the code is compiled by javac from JDK 11.

GitOrigin-RevId: d4fd048accf9c44a00e87c2c53981073ba2bec88
2019-07-02 06:52:16 +03:00

12 lines
547 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" 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="Ant" level="project" />
</component>
</module>