Slackbot
09/20/2022, 7:24 PMVampire
09/20/2022, 10:14 PMbuild
it only runs in the projects of the main build and in the included builds only the absolutely necessary tasks are run. (Usually compiling and building the jar) So if you want the other semantic, make the lifecycle task of the root build depend on the respective lifecycle tasks in the included builds.TrevJonez
09/20/2022, 10:18 PMVampire
09/20/2022, 10:32 PMTrevJonez
09/20/2022, 11:00 PMVampire
09/20/2022, 11:02 PMwithType
only eagerly creates if you directly give it a configure action. As long as you only get the tasks by type or use configureEach
, you are fine regarding task configuration avoidance.TrevJonez
09/20/2022, 11:03 PM