IntelliJ not compiling and interfering with mvn clean install after update

已回答

I updated my IntelliJ from 2024.3.5 to 2025.1.1.1 and after doing so I encountered 2 problems:

  1. It is not auto compiling, before I could just save and the changes would be visible, syntax errors would show up instantly. Now I need to build my project every time after a change.
  2. I can't run mvn clean install from Git Bash anymore when IntelliJ is open, it will just stop at a random point. If i run it after closing IntelliJ everything works as intended and the project can be started again.

It is worth noting that before I did not encounter such problems, any help is appreciated.

I did try to enable 'build on save' and 'build project automatically' but it sometimes didn't see classes being used and the build got messed up, needing a clean install with IntelliJ closed.

0
Could you try to reproduce the same issue with all third party plugins disabled via Settings | Plugins | ⚙ | Disable all downloaded plugins. You can re-enable all the plugins again later with the Enable all Downloaded Plugins option. 
If you can reproduce the same issue, capture the logs using Help | Collect Logs and Diagnostic Data... and upload it in https://uploads.jetbrains.com/. Further add the upload id here so we could check any associated failures.
0

请先登录再写评论。