Slackbot
11/30/2022, 7:11 PMVampire
11/30/2022, 8:14 PMEivind Naess
11/30/2022, 8:30 PMdef ff = f.incoming.artifactView {
lenient = true
attributes {
attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage, "stage"))
.. others as needed to create a full match
}
}
Didn't work for me, while each dependency has a matching entry, it's like these attributes aren't being picked up somehow? Wrong syntax?Eivind Naess
11/30/2022, 8:32 PM- Variant 'xyz' capability app:group:version:
- Unmatched attributes:
- Provides optimized 'false' but the consumer didn't ask for it
- Provides org.gradle.usage 'stage' but the consumer didn't ask for it
It's like the configuration didn't resolve, not the artifact view.Vampire
11/30/2022, 9:01 PMEivind Naess
11/30/2022, 10:30 PMVampire
12/01/2022, 7:42 AMEivind Naess
12/01/2022, 4:52 PMVampire
12/01/2022, 4:54 PMEivind Naess
12/01/2022, 4:58 PMEivind Naess
12/01/2022, 4:59 PMdaniel
12/01/2022, 5:11 PM