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

add git hooks

parent db1fe645
No related branches found
No related tags found
2 merge requests!109Production Release,!104WIP: Sub Projects
......@@ -18,7 +18,6 @@ task runHazard(type: JavaExec) {
}
apply from: "${rootDir}/gradle/dependencies.gradle"
apply from: "${rootDir}/gradle/git-hooks.gradle"
apply from: "${rootDir}/gradle/node.gradle"
apply from: "${rootDir}/gradle/spotbugs.gradle"
apply from: "${rootDir}/gradle/spotless.gradle"
......@@ -45,6 +44,7 @@ subprojects {
targetCompatibility = JavaVersion.VERSION_11
apply from: "${rootDir}/gradle/dependencies.gradle"
apply from: "${rootDir}/gradle/git-hooks.gradle"
apply from: "${rootDir}/gradle/repositories.gradle"
test {
......
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