google / protobuf-gradle-plugin

Protobuf Plugin for Gradle
Other
1.76k stars 274 forks source link

Clean output directory before extracting protos #735

Closed ejona86 closed 1 year ago

ejona86 commented 1 year ago

If the dependencies change, the old dependency's proto files can be left around. That is broken and causes confusion. This was noticed in #731 when a gradle clean was needed.