mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[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:
committed by
intellij-monorepo-bot
parent
93ee22b1af
commit
80a308e545
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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 />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||
|
||||
Reference in New Issue
Block a user