We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c482e2 commit dc0e87bCopy full SHA for dc0e87b
pom.xml
@@ -591,7 +591,10 @@ limitations under the License.
591
<java>
592
<!-- orders of used formatters are important -->
593
<!-- eg. palantir override importOrder, so should be first -->
594
- <palantirJavaFormat />
+ <palantirJavaFormat>
595
+ <!-- TODO revert it with spotless plugin update with fix for https://github.com/diffplug/spotless/issues/1774 -->
596
+ <version>2.35.0</version>
597
+ </palantirJavaFormat>
598
<removeUnusedImports />
599
<importOrder>
600
<order>javax,java,,\#</order>
0 commit comments