mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 13:15:27 +00:00
Support JDK 21 at build time (#894)
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user