Home > Blockchain >  How to disable automatic rebuild in IntelliJ IDEA?
How to disable automatic rebuild in IntelliJ IDEA?

Time:01-30

When I resized the window of IntelliJ IDEA or switch to another tab, it automatically rebuild the project. I have 2 modules in the same project, and it only auto rebuilds in 1 module :) . I want to know how to disable this. Thank you very much.

CodePudding user response:

Probably rebuild is triggered by save action? Please check settings under "Settings/Preferences | Appearance & Behavior | System Settings"

  •  Tags:  
  • Related