mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-10 07:01:43 -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"
|
||
|
}
|
||
|
}
|
||
|
}
|