[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:
Nikolay Chashnikov
2020-06-15 13:29:04 +03:00
committed by intellij-monorepo-bot
parent b357c53573
commit 86f7c08695
+1 -1
View File
@@ -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" />