Skip to content

Commit

Permalink
Enable spotless on JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Aug 24, 2023
1 parent 05ee05d commit b85d2e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,13 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.37.0</version>
<version>2.38.0</version>
<configuration>
<java>
<toggleOffOn />
<palantirJavaFormat />
<palantirJavaFormat>
<version>2.35.0</version>
</palantirJavaFormat>
<importOrder>
<order>java|javax,org,,\#</order>
</importOrder>
Expand Down Expand Up @@ -762,7 +764,7 @@
<profile>
<id>java11</id>
<activation>
<jdk>[11,21)</jdk>
<jdk>[11,)</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit b85d2e5

Please sign in to comment.