Skip to content

Commit b535dce

Browse files
authored
Fix minor bugs related of Spotless SQL config extension docs (#1277 fixes #1256)
2 parents ce98b68 + 097ecfa commit b535dce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin-gradle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ spotless {
528528
```gradle
529529
spotless {
530530
sql {
531-
dbeaver().configFile('dbeaver.props') // configFile is optional
531+
dbeaver().configFile('dbeaver.properties') // configFile is optional
532532
```
533533
534534
Default configuration file, other options [available here](https://github.com/diffplug/spotless/blob/main/lib/src/main/java/com/diffplug/spotless/sql/dbeaver/DBeaverSQLFormatterConfiguration.java).

plugin-maven/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T
524524

525525
```xml
526526
<dbeaver>
527-
<configFile>dbeaver.props</configFile> <!-- configFile is optional -->
527+
<configFile>dbeaver.properties</configFile> <!-- configFile is optional -->
528528
</dbeaver>
529529
```
530530

0 commit comments

Comments
 (0)