wulkanowy-mod/app/hooks.gradle

11 lines
190 B
Groovy
Raw Permalink Normal View History

2019-06-03 18:53:20 -05:00
apply plugin: "com.star-zero.gradle.githook"
githook {
failOnMissingHooksDir = false
hooks {
"pre-push" {
shell = "./app/play-publish-lint.sh"
}
}
}