<@U0B8UKF8R> <@U0FC5HBJN> You actually do want to ...
# gradle
j
@jmfayard @dharrigan You actually do want to use the
configureEach
. It's better because that logic in the
configureEach
isn't actually executed unless the task is determined to be needed by the task graph.
👍 1