google / protobuf-gradle-plugin

Protobuf Plugin for Gradle
Other
1.77k stars 273 forks source link

How to let this plugin work only on my proto file update? #688

Open 1207544561 opened 1 year ago

1207544561 commented 1 year ago

I use this plugin in my project and it's worked, but every time I build my project the generate proto task will run, I only need it run when my proto files get update, what can I do?