[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
This commit is contained in:
Nikolay Chashnikov
2025-05-14 00:17:53 +03:00
committed by intellij-monorepo-bot
parent 93ee22b1af
commit 80a308e545

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4"> <module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true"> <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output /> <exclude-output />
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" /> <sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />