I have a domain object that I would like to make B...
# plugin-development
s
I have a domain object that I would like to make Buildable, how do I best implement the interface? Can I return my own implementation of TaskDependency or should I ask Gradle to create one? How?