<@U0QBCLV62> <@U2YJBAX1R> `doLast {}` is the corre...
# gradle
o
@bamboo @jlleitschuh
doLast {}
is the correct way to do weaving. Using a second task would require lots of awkard rewiring of the whole Java task chain. Also it would mean creating yet another copy of all classes.