This message was deleted.
# community-support
s
This message was deleted.
c
It isn’t clear from the docs or Gradle src that
whenTaskAdded
works on previously added tasks, opening the door to a timing issue. While not related,
whenTaskAdded
is anti-lazy - eagerly realizing all tasks.
Perhaps the eagerness is related - that could force realization of all tasks before you expect that to occur.
j
Thank you for all this info, then if it is anti-lazy I guess it is not recommended to be used, so I would not try to fix this issue.
👌 1