We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d55d8f commit 0f460ffCopy full SHA for 0f460ff
pom.xml
@@ -1968,6 +1968,21 @@
1968
</properties>
1969
</profile>
1970
1971
+ <profile>
1972
+ <id>java-25</id>
1973
+ <activation>
1974
+ <jdk>25</jdk>
1975
+ </activation>
1976
+ <properties>
1977
+ <!-- TODO: The current version of spotless(2.30.0) and google-java-format(1.7)
1978
+ does not support Java 25, but new version produces different outputs.
1979
+ Re-evaluate once we dropped support for Java 8. -->
1980
+ <maven.plugin.spotless.version>2.43.0</maven.plugin.spotless.version>
1981
+ <spotless.check.skip>true</spotless.check.skip>
1982
+ <spotless.java.googlejavaformat.version>1.22.0</spotless.java.googlejavaformat.version>
1983
+ </properties>
1984
+ </profile>
1985
+
1986
<profile>
1987
<id>scala-2.12</id>
1988
<properties>
0 commit comments