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.
1 parent aafd5fd commit 5ac8023Copy full SHA for 5ac8023
plugin-gradle/README.md
@@ -758,7 +758,7 @@ spotless {
758
```gradle
759
spotless {
760
format 'xml', {
761
- target 'src/**/*/xml' // must specify target
+ target 'src/**/*.xml' // must specify target
762
eclipseWtp('xml') // must specify a type (table below)
763
eclipseWtp('xml', '4.13.0') // optional version
764
// you can also specify an arbitrary number of config files
0 commit comments