From 0798ffbb995b638163670acfa0bcd9c4aa90e941 Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Mon, 18 May 2020 23:42:15 +0300 Subject: [PATCH] [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). GitOrigin-RevId: 56c671ae077393204d040780fb2badd2d17774a0 --- .../intellij.java.compiler.instrumentationUtil.java8.iml | 2 +- plugins/junit5_rt/intellij.junit.v5.rt.iml | 2 +- .../engine/impl/intellij.xslt.debugger.impl.rt.iml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/compiler/instrumentation-util-8/intellij.java.compiler.instrumentationUtil.java8.iml b/java/compiler/instrumentation-util-8/intellij.java.compiler.instrumentationUtil.java8.iml index bc14fba78344..d0c58d098d4c 100644 --- a/java/compiler/instrumentation-util-8/intellij.java.compiler.instrumentationUtil.java8.iml +++ b/java/compiler/instrumentation-util-8/intellij.java.compiler.instrumentationUtil.java8.iml @@ -1,6 +1,6 @@ - + diff --git a/plugins/junit5_rt/intellij.junit.v5.rt.iml b/plugins/junit5_rt/intellij.junit.v5.rt.iml index 41ae3ab6d9d1..6c8e79ddc543 100644 --- a/plugins/junit5_rt/intellij.junit.v5.rt.iml +++ b/plugins/junit5_rt/intellij.junit.v5.rt.iml @@ -1,6 +1,6 @@ - + diff --git a/plugins/xslt-debugger/engine/impl/intellij.xslt.debugger.impl.rt.iml b/plugins/xslt-debugger/engine/impl/intellij.xslt.debugger.impl.rt.iml index dbe095a85551..911b6754d0b7 100644 --- a/plugins/xslt-debugger/engine/impl/intellij.xslt.debugger.impl.rt.iml +++ b/plugins/xslt-debugger/engine/impl/intellij.xslt.debugger.impl.rt.iml @@ -1,6 +1,6 @@ - +