-
Notifications
You must be signed in to change notification settings - Fork 274
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
Gradle 7.2 support #522
Comments
Any new on this? I'm facing the same issue. Not 100% sure if it's invalid configuration on our side though. Tried to verify using the provided example project, but it seems not maintained (uses old plugin version). Any information on where the issue might come from would be much appreciated. |
Could be error the same as #248? |
I came across the same issue. You can set the duplicate handling strategy for all tasks in your grade. It's a bit of blunt hammer approach:
For a slightly more fine-grained approach, I managed to fix it by declaring:
(you may need to change the name of the task a bit) |
This should be fixed in 0.9.0+. (The dependency issue, not the duplicates) |
Getting the below warning
Execution optimizations have been disabled for task ':common:processResources' to ensure correctness due to the following reasons:
Reason: Task ':common:processResources' uses this output of task ':common:extractProto' without declaring an explicit or implicit dependency.
and also the error
while using com.google.protobuf gradle pulugin version 0.8.17 for build task.
The text was updated successfully, but these errors were encountered: