Skip to content

Commit 7230f86

Browse files
Use spotless on JDK 11 - 24 only
As a workaround due to lack of support for JDK 25 in palantirJavaFormat we will use spotless only on JDK 11 - 24
1 parent 934986e commit 7230f86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,8 @@ under the License.</licenseText>
13571357
<profile>
13581358
<id>java11+</id>
13591359
<activation>
1360-
<jdk>[11,)</jdk>
1360+
<!-- TODO check support for JDK 25 after palantirJavaFormat upgraded -->
1361+
<jdk>[11,25)</jdk>
13611362
</activation>
13621363
<build>
13631364
<!--- newer versions of plugins requires JDK 11 -->

0 commit comments

Comments
 (0)