Slackbot
09/14/2022, 6:00 PMChris
09/14/2022, 6:07 PMefemoney
09/14/2022, 6:31 PMimplementation
with gav a:b:c
, if a variant at same coordinates with my attributes exist, add that variant automatically as a dependency to my custom configuration myMetadata
for exampleChris
09/14/2022, 6:32 PMChris
09/14/2022, 6:33 PMChris
09/14/2022, 6:35 PMJvmPluginServices
to be useful for this:
Configuration myMetadata = jvmPluginServices.createResolvableConfiguration("myMetadata", builder -> builder
.extendsFrom(implementation).requiresAttributes(attrs-> attrs...))
efemoney
09/14/2022, 7:34 PMefemoney
09/14/2022, 7:35 PMNiels Doucet
09/15/2022, 7:44 AM