Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bh-tt committed Jul 27, 2022
2 parents 1ab9b31 + 5ac8023 commit ff1100c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions plugin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T

```xml
<ktfmt>
<version>0.30</version> <!-- optional -->
<style>DEFAULT</style> <!-- optional, other option is DROPBOX -->
<version>0.39</version> <!-- optional -->
<style>DEFAULT</style> <!-- optional, other options are DROPBOX, GOOGLE and KOTLINLANG -->
</ktfmt>
```

Expand Down

0 comments on commit ff1100c

Please sign in to comment.