Slackbot
02/22/2023, 12:09 PMVampire
02/22/2023, 12:18 PM--parallel
runs tasks in parallel, that it first finishes the tasks already started running.Vampire
02/22/2023, 12:18 PMVampire
02/22/2023, 12:21 PMclean
.
That's just a trained behavior from using Maven where it was most often necessary to get proper build results.
In Gradle you only waste time as you destroy any up-to-dateness with that and thus make one of the biggest advantages of Gradle - which is that it is pretty good in avoiding unnecessary work - void.