Skip to content

Commit 222b310

Browse files
committed
ci: run checkstyle 13 only on Java >=21
1 parent 2055b74 commit 222b310

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@
168168
<skip.unit.tests>${skipTests}</skip.unit.tests>
169169
</properties>
170170
</profile>
171-
<!-- Checkstyle 11+ requires Java 17+ -->
171+
<!-- Checkstyle 13+ requires Java 21+ -->
172172
<profile>
173-
<id>checkstyle-jdk17+</id>
173+
<id>checkstyle-jdk21+</id>
174174
<activation>
175-
<jdk>(,17)</jdk>
175+
<jdk>(,21)</jdk>
176176
</activation>
177177
<build>
178178
<plugins>
@@ -182,7 +182,7 @@
182182
<executions>
183183
<execution>
184184
<id>verify-style</id>
185-
<phase>none</phase>
185+
<phase>none</phase> <!-- do not run -->
186186
</execution>
187187
</executions>
188188
</plugin>

0 commit comments

Comments
 (0)