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:
- 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.
- I can't run
mvn clean installfrom 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.
请先登录再写评论。
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.