We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198388f commit 79bce4dCopy full SHA for 79bce4d
pom.xml
@@ -742,6 +742,29 @@
742
</plugins>
743
</reporting>
744
</profile>
745
+
746
+ <!-- TODO remove with parent pom or spotless plugin update https://github.com/diffplug/spotless/issues/1774 -->
747
+ <profile>
748
+ <id>java21+</id>
749
+ <activation>
750
+ <jdk>[21,)</jdk>
751
+ </activation>
752
+ <build>
753
+ <plugins>
754
+ <plugin>
755
+ <groupId>com.diffplug.spotless</groupId>
756
+ <artifactId>spotless-maven-plugin</artifactId>
757
+ <configuration>
758
+ <java>
759
+ <palantirJavaFormat>
760
+ <version>2.35.0</version>
761
+ </palantirJavaFormat>
762
+ </java>
763
+ </configuration>
764
+ </plugin>
765
+ </plugins>
766
+ </build>
767
+ </profile>
768
</profiles>
769
770
</project>
0 commit comments