Slackbot
02/08/2024, 1:23 PMNiels Doucet
02/08/2024, 1:38 PMVampire
02/08/2024, 2:13 PMwithDependencies
which is executed right before dependency resolution for example to add last-minute dependencies based on other dependencies or whatever, or if you would use addLater
, latest when you enable configuration cache it would probably still be done "at configuration time" I guess. But you could also try that.Vampire
02/08/2024, 2:15 PMworkerResources.incoming.artifacts.artifactFiles
?
For the inputs.files
call you should be able to just give the configuration, and same for the asPath
and classpath
calls.
And just if you are not aware, serviceOf
is internal API, not public API. 🙂Adam
02/08/2024, 3:28 PM