summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authorNikolay Chashnikov <Nikolay.Chashnikov@jetbrains.com>2020-05-18 23:42:15 +0300
committerDana Dahlstrom <dahlstrom@google.com>2020-08-24 15:00:00 -0700
commit057ffec7c0b743b4d72bddc0d28c014f4d7fdcf2 (patch)
treebf4bc2cc942fd131ba056902b3a93421a76e1da5 /rt
parent65bfb5933cedf3cce0ac383b72249449fea86f3c (diff)
downloadidea-057ffec7c0b743b4d72bddc0d28c014f4d7fdcf2.tar.gz
[IntelliJ project configuration tests] explicitly set language level to 1.8 for modules which are used from external processes
This is needed to ensure that these modules will be still compatible with Java 8 when we raise default language level to 11 (IDEA-241075). (cherry picked from commit d0098543de4062023361ac68afa528bca986e576) Change-Id: Id0098543de4062023361ac68afa528bca986e576
Diffstat (limited to 'rt')
-rw-r--r--rt/intellij.android.rt.iml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/intellij.android.rt.iml b/rt/intellij.android.rt.iml
index 1e535e02ca2..7afe8829460 100644
--- a/rt/intellij.android.rt.iml
+++ b/rt/intellij.android.rt.iml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module 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" />