This message was deleted.
# plugin-development
s
This message was deleted.
v
If possible make the created object use the properties/provider api, then wire the fields instead of requiring them to be set already. I don't think there is an "after configured" hook and
afterEvaluate
of course has the usual drawbacks.
m
Thanks a lot Vampire. I don't see any way to do it, one of the properties in these objects is the name of a
maven-publish
publication that I want to grab, configure and publish. So I need to resolve this string before task execution, because I need to, for example, write
myTask.dependsOn("publishXXXPublicationToMavenLocal")
somewhere. I guess afterEvaluate is the only way