How to disable auto refresh in gradle tasks view

My develop IDE is eclipse, and I have many projects which are builded with gradle, when I re open the IDE, and click the “Gradle Tasks” button, the tasks will be all auto refreshed, it took me too much time to be insufferable.
How can I disable the auto refresh action when I click “Gradle Tasks” after I re open IDE?
or
How can I manual refresh the prject tasks just when I need?

Currently, the only way to achieve this is to have the Gradle tasks view closed/not visible when your Eclipse instance is starting up. It’s a missing feature to cache the tasks when shutting down the IDE and retrieving them then starting up again. I’ve created a feature request for that. Please vote on it so that we can prioritize accordingly.

1 Like

Thanks for your help and I will vote the new feature.