Вопрос

If I have a git post-commit hook which running a gradle build then how can I see the console log under the running? For example compile.., test.. Thanks the answers

Это было полезно?

Решение

If gradle is printing to standard output you will see the log before the confirmation summary of commit.

Remember your post-commit hook has to be executable, otherwise it's not run.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top