From 80a308e545681585ede4764352b8571aeaa8719c Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Wed, 14 May 2025 00:17:53 +0300 Subject: [PATCH] [intellij project configuration] migrate intellij.database.jdbcConsole.shim and intellij.grid.types to Java 8 (IJPL-160046) They're used together with intellij.database.jdbcConsole which was migrated to Java 8 in 6204af2880f7f71fb, so it doesn't make sense to keep compatibility with Java 7 in them. This is needed to simplify migration to Java 21, which doesn't support cross-compilation to Java 7. GitOrigin-RevId: 576b0a4949290419b919084c60bb52df0c0f68d7 --- grid/types/intellij.grid.types.iml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grid/types/intellij.grid.types.iml b/grid/types/intellij.grid.types.iml index 722726871e05..3669e2e25890 100644 --- a/grid/types/intellij.grid.types.iml +++ b/grid/types/intellij.grid.types.iml @@ -1,6 +1,6 @@ - +