mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[IntelliJ project configuration] explicitly specify Java 8 language level for intellij.platform.updater
Classes from this module are used in patches which run under JRE from an older version of the IDE, so we need to keep compatibility with Java 8 after we set JDK 11 as the default project JDK. GitOrigin-RevId: 93b9e45619fd532701fa193412451e5466c8503a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b357c53573
commit
86f7c08695
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module relativePaths="true" type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user