This message was deleted.
# community-support
s
This message was deleted.
j
You can check if the
org.gradle.category
is "platform" (which is the Gradle term for BOM). In Kotlin notation, it can look like this:
Copy code
result.variants.any { it.attributes.getAttribute(Category.CATEGORY_ATTRIBUTE)?.name == Category.REGULAR_PLATFORM }
e
Looks like none of them have a value for
Category.CATEGORY_ATTRIBUTE
j
🤔 Do you have an example of such a BOM? Or a build scan?
Or: Which attributes are there if you print them or check in the debugger?
e
Maybe it's because I'm not actually using the BOM; it's getting resolved as a transitive dependency.