This message was deleted.
# plugin-development
s
This message was deleted.
c
iirc last time I attempted this (relatively recently) there were issues with serializing a NamedDomainObjectContainer as part of task inputs (similar problems for BuildService or Worker inputs), ended up pulling pieces out into custom objects to work around this.
This one is closed/unresolved: https://github.com/gradle/gradle/issues/13422
e
Map the container and set it to a MapProperty maybe
p
That’s not lazy unfortunately