This message was deleted.
# plugin-development
s
This message was deleted.
c
interesting. not quite seeing the solution though - the challenge is getting the project dependencies into the configuration from the extension.
Perhaps we can add the dependencies in that callback…
e
yes you can
c
cool. that’s awesome. thx!
e
(to the receiver, not
project.dependencies
)
c
correct.
While promising this ultimately didn’t pan out -
withDependencies
is called too late; seeing log output “Tasks to be executed…” before
withDependencies
is invoked, resulting in project dependencies not being wired together and the inevitable failures. atm have an afterEvaluate (ugh), thinking through alternate approaches…