Project is renamed after adding module

已回答

I work daily with two projects in which I have a collection of modules. They each have an indicative name (Java 8 & Java 11). I regularly add a new module, which causes Intellij to rename the entire project to the name of this module. This is very frustrating and happens without asking. I looked around for a way to turn it off but can't find anything.

Is there a way to change this behaviour?

0

What module type do you import? If it is a Maven or Gradle module, the problem is related to https://youtrack.jetbrains.com/issue/IDEA-230219 .

Note that you can manually rename the project through (File | Project Structure | Project) settings.

0
Avatar
Permanently deleted user

It's a Maven module. Ok so it's a known bug, thanks!

0

请先登录再写评论。