Skip to content

Commit

Permalink
Support JDK 21 at build time (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Oct 18, 2023
1 parent accb99e commit 8dc8675
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 8dc8675

Please sign in to comment.