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

Remove legacy configuration #816

Open
cherylking opened this issue May 2, 2023 · 1 comment
Open

Remove legacy configuration #816

cherylking opened this issue May 2, 2023 · 1 comment

Comments

@cherylking
Copy link
Member

cherylking commented May 2, 2023

Support for Gradle 8 was added in our 3.6 release. The following messages appear frequently in the console.

The configuration :classpath is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :classpath is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :mainSourceElements is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration :signatures is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :signatures is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
The configuration detachedConfiguration1 is both resolvable and consumable. This is considered a legacy configuration and it will eventually only be possible to be one of these.
The configuration :detachedConfiguration1 is both consumable and declarable. This combination is incorrect, only one of these flags should be set.
@cherylking
Copy link
Member Author

This may just be a bug in Gradle 8.0/8.1. It was supposedly fixed in 8.1, but someone else reported still seeing it. I also ran with 8.1.1 when I saw these messages.

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

No branches or pull requests

1 participant