Skip to content

Commit

Permalink
Fix XML config typo in plugin-gradle README (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
necatisozer committed Jul 26, 2022
1 parent aafd5fd commit 5ac8023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ spotless {
```gradle
spotless {
format 'xml', {
target 'src/**/*/xml' // must specify target
target 'src/**/*.xml' // must specify target
eclipseWtp('xml') // must specify a type (table below)
eclipseWtp('xml', '4.13.0') // optional version
// you can also specify an arbitrary number of config files
Expand Down

0 comments on commit 5ac8023

Please sign in to comment.