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

remove fault sections

parent 8f9a1e74
No related branches found
No related tags found
1 merge request!219Cleanup
......@@ -24,7 +24,6 @@ java {
apply from: "${projectDir}/gradle/app-version.gradle"
apply from: "${projectDir}/gradle/dependencies.gradle"
apply from: "${projectDir}/gradle/fault-sections.gradle"
apply from: "${projectDir}/gradle/git-hooks.gradle"
apply from: "${projectDir}/gradle/node.gradle"
apply from: "${projectDir}/gradle/repositories.gradle"
......@@ -53,7 +52,6 @@ shadowJar {
}
tasks.withType(JavaCompile) {
dependsOn downloadFaultSections
options.encoding = "UTF-8"
options.compilerArgs.add("-parameters")
}
......
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