Skip to content

Commit 0f460ff

Browse files
committed
java-25 profile
1 parent 0d55d8f commit 0f460ff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,21 @@
19681968
</properties>
19691969
</profile>
19701970

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+
19711986
<profile>
19721987
<id>scala-2.12</id>
19731988
<properties>

0 commit comments

Comments
 (0)