Skip to content

Commit 5ac8023

Browse files
authored
Fix XML config typo in plugin-gradle README (#1259)
1 parent aafd5fd commit 5ac8023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ spotless {
758758
```gradle
759759
spotless {
760760
format 'xml', {
761-
target 'src/**/*/xml' // must specify target
761+
target 'src/**/*.xml' // must specify target
762762
eclipseWtp('xml') // must specify a type (table below)
763763
eclipseWtp('xml', '4.13.0') // optional version
764764
// you can also specify an arbitrary number of config files

0 commit comments

Comments
 (0)