mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
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
12 lines
547 B
XML
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> |