Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that consumable configurations are uniquely identified via attribute #17

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

mcumings
Copy link
Member

@mcumings mcumings commented Sep 27, 2024

This should resolve integration issues in projects which trigger the following error:

Consumable configurations with identical capabilities within a project (other than the default configuration) must have unique attributes, but configuration ':project' and [configuration ':project:graphAnalytics_analysis', configuration ':project:graphAnalytics_consolidatedDependencies', configuration ':project:graphAnalytics_prodDependencies', configuration ':project:graphAnalytics_testDependencies'] contain identical attribute sets. Consider adding an additional attribute to one of the configurations to disambiguate them.  Run the 'outgoingVariants' task for more details. For more information, please refer to https://docs.gradle.org/8.7/userguide/upgrading_version_7.html#unique_attribute_sets in the Gradle documentation.

I have not yet figured out a way to repro this situation in a manner which can be automated via testing.

@mcumings mcumings requested a review from a team as a code owner September 27, 2024 17:06
@mcumings mcumings merged commit f67dbcc into main Sep 27, 2024
1 check passed
@mcumings mcumings deleted the attr branch September 27, 2024 18:26
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