Skip to content

Commit

Permalink
Support JDK 21 at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 17, 2023
1 parent accb99e commit 42c8c6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,12 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.40.0</version>
<configuration>
<java>
<palantirJavaFormat>
<version>2.38.0</version>
</palantirJavaFormat>
<includes>
<include>src/main/java/**/*.java</include>
<include>src/main/java-fallback/**/*.java</include>
Expand Down

0 comments on commit 42c8c6b

Please sign in to comment.