Skip to content

Commit

Permalink
Fix xml report "Unrecognized configuration feature: indent-number" (f…
Browse files Browse the repository at this point in the history
…ixes #818)
  • Loading branch information
ben-manes committed Nov 17, 2023
1 parent d56bbc9 commit 70121bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class XmlReporter(
writeGradle(result, document, response)

val transformerFactory = TransformerFactory.newInstance()
transformerFactory.setAttribute("indent-number", 2)

val transformer = transformerFactory.newTransformer()
transformer.setOutputProperty(OutputKeys.INDENT, "yes")
transformer.setOutputProperty(OutputKeys.STANDALONE, "yes")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.github.ben-manes
VERSION_NAME=0.49.0
VERSION_NAME=0.50.0

POM_INCEPTION_YEAR=2012
POM_PACKAGING=jar
Expand Down

0 comments on commit 70121bc

Please sign in to comment.