Skip to content

Conversation

@eric-labelle
Copy link
Collaborator

@eric-labelle eric-labelle commented Nov 5, 2025

Comment on lines +229 to +243
// Create a separate resolvable configuration for consuming the dependency graphs
val resolvableConfiguration = configurations.create("${CONFIGURATION_BDF}Resolvable").apply {
isCanBeConsumed = false
isCanBeResolved = true
isVisible = false
extendsFrom(configuration)

attributes.apply {
attribute(
Usage.USAGE_ATTRIBUTE,
project.objects.named(Usage::class.java, ATTRIBUTE_USAGE_METADATA),
)
}
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dellisd take a look when you have a chance. This was done by Firebender related to the gradle bump but since you wrote all of this, you're probably better than what Bender thinks :)
Screenshot 2025-11-05 at 9 37 59 AM

@eric-labelle eric-labelle requested a review from dellisd November 5, 2025 15:09
Copy link
Collaborator

@dellisd dellisd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@eric-labelle eric-labelle merged commit e70973c into cashapp:main Nov 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants