-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
With configPath, Gradle uses task without declaring an explicit or implicit dependency #936
Comments
Thank you for the report @blundell Is this something you can also reproduce in the sample app? |
Hmm thanks let me see if I can! |
Finally got round to this @mikepenz (Happy New Year!), sorry for the delay! :-) Here is the error message being reproduced in your sample app: https://scans.gradle.com/s/5t6xzwhjzmxwo
These are the only changes I made: I made the |
Happy new year to you too! I'll try to come back to this as soon as possible. Thank you! |
Thanks for finding the time.
It's an inherited legacy project, so I don't have an answer sorry :-) However there is nothing blocking me from creating a new Thanks for the help! At least you know now if someone else raises it, perhaps a really small footnote in the documentation, but it now seems a very small edge case! |
(Confirmed, making a subfolder under the project folder in the original project that had this issue, fixed the problem / stopped gradle raising a warning 👍 )
|
You are welcome! Thank you very much for confirming! |
About this issue
I have an app that uses config path:
Gradle doesn't seem to like that, (if I delete the above config, the error goes away)
This is a warning when AGP < 8, but build fails > 8.
One change I attempted was moving the configPath configuration to the
my-module
but the same error occurs with the error changing to be just that modules tasks.Details
Checklist
The text was updated successfully, but these errors were encountered: