This message was deleted.
# plugin-development
s
This message was deleted.
p
I found evaluate() 😄
(project as DefaultProject).evaluate()
but that doesn’t make the Listener get called 🤔
I got rid of the
DependencyResolutionListener
and used
project.dependencies.add()
directly in my plugins apply method 🤷