Gradle Tasks tab is not updated when I open a closed project. I think this is a bug, however I’m new here and I’d like to get a second opinion before submitting it as such.
Here are the steps to reproduce:
Open Eclipse with multiple gradle projects already imported and open.
Close one of the projects
Restart Eclipse
Verify the Gradle Tasks tab does NOT show tasks for the closed project
Open the previously closed project.
Potential Bug: the Gradle Tasks tab does not get updated to include the tasks of the recently opened project.
What you see is that the tasks view does not execute synchronization upon every workspace changes. It is intentional as some projects might take longer to configure: we don’t want to execute refreshes every time the user opens-closes a subproject. In this case you should just use the refresh action from the view’s toolbar.