From 86f7c08695c7172120a8b4e7630fafcae5215bdc Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Thu, 11 Jun 2020 23:03:07 +0300 Subject: [PATCH] [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 --- updater/intellij.platform.updater.iml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/intellij.platform.updater.iml b/updater/intellij.platform.updater.iml index afd61f3be908..0d69895109d7 100644 --- a/updater/intellij.platform.updater.iml +++ b/updater/intellij.platform.updater.iml @@ -1,6 +1,6 @@ - +