Slackbot
08/21/2023, 11:21 PMAdam
08/22/2023, 9:04 AMProperty<> fields, but these can't be registered using the runtime API.Vampire
08/22/2023, 9:53 AMDatabaseConfig as input using the runtime API, you probably have to define the single properties as inputs or use the utility that is mentioned in one of the comments in that issue.
About bundles.named..., yes to use named the thing you want to refer to needs to already be registered. Depending on the intended usage, you could for example use bundles.matching { it.name == "..." } instead.Steve Ebersole
08/22/2023, 10:21 AM