diff --git a/build.gradle b/build.gradle index d33e1a4ccedc3a10789ac2e22cba112f900d736e..3f9f43a3106515c2d4672b992286b5d5f941009a 100644 --- a/build.gradle +++ b/build.gradle @@ -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