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

Apply gradle files

parent 6c8949cc
No related branches found
No related tags found
2 merge requests!109Production Release,!104WIP: Sub Projects
......@@ -17,6 +17,14 @@ task runHazard(type: JavaExec) {
dependsOn(":src:hazard:run")
}
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"
apply from: "${rootDir}/gradle/repositories.gradle"
subprojects {
apply plugin: "application"
apply plugin: "com.diffplug.spotless"
......@@ -37,11 +45,7 @@ subprojects {
targetCompatibility = JavaVersion.VERSION_11
apply from: "${rootDir}/gradle/dependencies.gradle"
apply from: "${rootDir}/gradle/git-hooks.gradle"
apply from: "${rootDir}/gradle/node.gradle"
apply from: "${rootDir}/gradle/repositories.gradle"
apply from: "${rootDir}/gradle/spotbugs.gradle"
apply from: "${rootDir}/gradle/spotless.gradle"
test {
useJUnitPlatform()
......
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