File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T
481
481
<include >src/*/antlr4/**/*.g4</include >
482
482
</includes >
483
483
484
- <antlr4formatter /> <!-- has its own section below -->
484
+ <antlr4Formatter /> <!-- has its own section below -->
485
485
486
486
<licenseHeader >
487
487
<content >/* (C)$YEAR */</content > <!-- or <file>${project.basedir}/license-header</file> -->
@@ -490,14 +490,14 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T
490
490
</configuration >
491
491
```
492
492
493
- ### antlr4formatter
493
+ ### antlr4Formatter
494
494
495
495
[ homepage] ( https://github.com/antlr/Antlr4Formatter ) . [ available versions] ( https://search.maven.org/artifact/com.khubla.antlr4formatter/antlr4-formatter ) . [ code] ( https://github.com/diffplug/spotless/blob/main/plugin-maven/src/main/java/com/diffplug/spotless/maven/antlr4/Antlr4Formatter.java ) .
496
496
497
497
``` xml
498
- <antlr4formatter >
498
+ <antlr4Formatter >
499
499
<version >1.2.1</version > <!-- optional -->
500
- </antlr4formatter >
500
+ </antlr4Formatter >
501
501
```
502
502
503
503
## SQL
You can’t perform that action at this time.
0 commit comments