mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-10 03:31:10 -06:00
11 lines
190 B
Groovy
11 lines
190 B
Groovy
apply plugin: "com.star-zero.gradle.githook"
|
|
|
|
githook {
|
|
failOnMissingHooksDir = false
|
|
hooks {
|
|
"pre-push" {
|
|
shell = "./app/play-publish-lint.sh"
|
|
}
|
|
}
|
|
}
|