isRequiredBy changed in order not to break configuration avoidance
This release changes the behavior of isRequiredBy
so the Up
tasks should be executed as the last dependency of the configured task. Till now, we have this optimization for classes
tasks only.
As reported in #352