You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #1240 (commit: dcdf121) the fetch strategy has been changed when populating the Gradle Tasks view. Before the change this has been LOAD_IF_NOT_CACHED. Now it is FROM_CACHE_ONLY.
// set initial content (use fetch strategy FROM_CACHE_ONLY as we don't want to enforce
// a potentially expensive sync operation just because a view was opened)
So, this behavior is intentional.
One possible solution could be the introduction of a new preference option Refresh tasks when opening the Tasks View. When checked, the task view will always be populated when it is opened.
Good to know that this is desired behavior. From a users perspective it really seems like a bug though, for two reasons:
Error icon is shown initially (which is the same as if errors occurred)
Undocumented change of behavior w.r.t. prior releases
I can see the benefits of not loading the tasks automatically (especially since Eclipse gets slower every release anyways), but maybe a better indication of "not yet loaded" tasks could be implemented (question mark instead of error indicator for example).
Expected Behavior
Current Behavior
Gradle Tasks
)Steps to Reproduce
Your Environment
Version: 2024-03 (4.31.0)
Build id: 20240307-1437
The text was updated successfully, but these errors were encountered: