Skip to content

Commit ff1100c

Browse files
authored
Merge branch 'main' into main
2 parents 1ab9b31 + 5ac8023 commit ff1100c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

plugin-maven/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T
329329

330330
```xml
331331
<ktfmt>
332-
<version>0.30</version> <!-- optional -->
333-
<style>DEFAULT</style> <!-- optional, other option is DROPBOX -->
332+
<version>0.39</version> <!-- optional -->
333+
<style>DEFAULT</style> <!-- optional, other options are DROPBOX, GOOGLE and KOTLINLANG -->
334334
</ktfmt>
335335
```
336336

0 commit comments

Comments
 (0)