We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2055b74 commit 222b310Copy full SHA for 222b310
1 file changed
pom.xml
@@ -168,11 +168,11 @@
168
<skip.unit.tests>${skipTests}</skip.unit.tests>
169
</properties>
170
</profile>
171
- <!-- Checkstyle 11+ requires Java 17+ -->
+ <!-- Checkstyle 13+ requires Java 21+ -->
172
<profile>
173
- <id>checkstyle-jdk17+</id>
+ <id>checkstyle-jdk21+</id>
174
<activation>
175
- <jdk>(,17)</jdk>
+ <jdk>(,21)</jdk>
176
</activation>
177
<build>
178
<plugins>
@@ -182,7 +182,7 @@
182
<executions>
183
<execution>
184
<id>verify-style</id>
185
- <phase>none</phase>
+ <phase>none</phase> <!-- do not run -->
186
</execution>
187
</executions>
188
</plugin>
0 commit comments