Skip to content
Snippets Groups Projects
Commit c03f4316 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update

parent 42770a6e
No related branches found
No related tags found
2 merge requests!582Production Release | nshmp-haz,!581Docker Hub
......@@ -5,12 +5,12 @@ apply plugin: "com.star-zero.gradle.githook"
*
* See https://github.com/STAR-ZERO/gradle-githook
*/
// githook {
// createHooksDirIfNotExist = true
githook {
createHooksDirIfNotExist = true
// hooks {
// "pre-push" {
// task = "markdownlint yamllint spotlessCheck spotbugsMain spotbugsTest"
// }
// }
// }
hooks {
"pre-push" {
task = "markdownlint yamllint spotlessCheck spotbugsMain spotbugsTest"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment