How to disable automatic gradle builds?
Answered
Hello,
Each time when I make changes to my build.gradle IDEA runs build process. How to disable this?
Please sign in to leave a comment.
Please try to disable "Use auto-import" in "Settings (Preferences) | Build... | Build Tools | Gradle"
Disable the Use auto-import option:
Even after disabling this the sync gets triggered after a Gradle task is completed.
Which is wasting quite some development time as our project has approx. 200 modules out of which roughly 10 are Android Apps and other 190 are Java based Gradle modules.
How to completely turn off auto-sync/auto-import?
Here are some logs that show that after Gradle task completion a Gradle Sync is triggered:
is what you are looking for i think