intellij (Ultimate 2019.3) keeps automatically building my project on losing focus to its window
Answered
I just upgraded to a new version (2019.3)
I am aware of the following articles
It came with many plugins, which could potentially cause it, but how do I know what to disable?
How do I stop it from automatically building project?
Please sign in to leave a comment.
Is that a web application? Please provide more details about your project and the compilation settings you are using.
Hi Serge,
It is Web application. Uses Gradle for a build, also has few GWT modules
For the web applications there is a setting to update the app on frame deactivation in the Run/Debug configuration, see https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html .
That did it! Thank you Serge