Gradle Rebuild when Git Pull
已回答
Hey there community,
does anyone know a handy way to automatically rebuild my gradle project when I pull a new version of the project from git?
We sometimes change things in the build.gradle and if you don't rebuild the whole project you suddenly get nasty dependency errors.
Thanks in advance!
Regards,
Patrick
请先登录再写评论。
You can use githooks: https://stackoverflow.com/a/4185449/104891.