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 

https://intellij-support.jetbrains.com/hc/en-us/community/posts/206301499-Lost-Focus-triggers-Compile

https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000148510-Project-keeps-automatically-building-in-IntelliJ-2018-1-

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?

 

0
4 comments

Is that a web application? Please provide more details about your project and the compilation settings you are using.

0

Hi Serge,

It is Web application. Uses Gradle for a build, also has few GWT modules

0

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 .

3

That did it! Thank you Serge

0

Please sign in to leave a comment.