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

ignore more xml directories

parent 472f89b4
No related branches found
No related tags found
1 merge request!486Docker
......@@ -180,19 +180,6 @@ def writeProperties() {
props.store(propsFile.newWriter(), null)
}
/*
* Update XML formatting
*/
spotless {
/* XML formatting */
format "xml", {
target fileTree(".") {
include "**/*.xml"
exclude "**/build", ".settings", ".classpath", ".project", "tmp/**", ".gradle", "libs/**"
}
}
}
/* Add HTML reports to SpotBugs */
tasks.withType(com.github.spotbugs.SpotBugsTask) {
ignoreFailures = false // TODO remove when nshmp-lib is updated
......
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