From 93ee22b1afb851ca2bfd22f004fdad7654e2504f Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Tue, 13 May 2025 23:23:16 +0300 Subject: [PATCH] [intellij project configuration] migrate intellij.maven.model to Java 8 (IJPL-160046) maven.server.* modules which use it have language level Java 8 anyway, so it doesn't make sense to keep compatibility with Java 7 in it. This is needed to simplify migration to Java 21, which doesn't support cross-compilation to Java 7. GitOrigin-RevId: b603da73514aad9c6c6c9cda0e35ced1cfb8b05a --- plugins/maven-model/intellij.maven.model.iml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/maven-model/intellij.maven.model.iml b/plugins/maven-model/intellij.maven.model.iml index 0937447eb168..e3c0644a7078 100644 --- a/plugins/maven-model/intellij.maven.model.iml +++ b/plugins/maven-model/intellij.maven.model.iml @@ -1,6 +1,6 @@ - + @@ -11,6 +11,6 @@ - + \ No newline at end of file