We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0f2e02 + 4f16454 commit 88c83deCopy full SHA for 88c83de
plugin-maven/README.md
@@ -1030,7 +1030,7 @@ Uses Google Gson to also allow sorting by keys besides custom indentation - usef
1030
<gson>
1031
<indentSpaces>4</indentSpaces> <!-- optional: specify the number of spaces to use -->
1032
<sortByKeys>false</sortByKeys> <!-- optional: sort JSON by its keys -->
1033
- <escapeHtml>false</indentSpaces> <!-- optional: escape HTML in values -->
+ <escapeHtml>false</escapeHtml> <!-- optional: escape HTML in values -->
1034
<version>2.8.1</version> <!-- optional: specify version -->
1035
</gson>
1036
```
0 commit comments