google / google/protobuf-gradle-plugin
Gradle 7.2 support
Open
gradle compatibility
- Dominant language
- Groovy
- Stars
- 1.8k
- Forks
- 288
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Execution failed for task ':common:processResources'.
> Entry user_info.proto is a duplicate but no duplicate handling strategy has been set.
```
while using com.google.protobuf gradle pulugin version 0.8.17 for build task.
Contributor guide
Assessment
This issue has not been assessed yet.