Skip to content

Commit dc0e87b

Browse files
committed
Update spotless plugin palantir dependency to 2.35.0 to work with Java 21
1 parent 9c482e2 commit dc0e87b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,10 @@ limitations under the License.
591591
<java>
592592
<!-- orders of used formatters are important -->
593593
<!-- eg. palantir override importOrder, so should be first -->
594-
<palantirJavaFormat />
594+
<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>
595598
<removeUnusedImports />
596599
<importOrder>
597600
<order>javax,java,,\#</order>

0 commit comments

Comments
 (0)