Felix de Souza
06/12/2024, 5:34 PMDomainObjectSet into a SetProperty ? is the recommendation to just do setProperty.value(project.provider(() -> domainObjectSet)) ? I effectively want the contents of the DomainObjectSet to be an input in a task. Property<DomainObjectSet> doesn’t feel right and SetProperty<…> is probably the closest. In all cases, none of these options feel that ergonomic.