Skip to content

Commit eeb077d

Browse files
committed
chore: exclude checkstyle for Java <17
1 parent 58de633 commit eeb077d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@
165165
<skip.unit.tests>${skipTests}</skip.unit.tests>
166166
</properties>
167167
</profile>
168-
<!-- Checkstyle 10+ requires Java 11+ -->
168+
<!-- Checkstyle 11+ requires Java 17+ -->
169169
<profile>
170-
<id>checkstyle-jdk11+</id>
170+
<id>checkstyle-jdk17+</id>
171171
<activation>
172-
<jdk>(,11)</jdk>
172+
<jdk>(,17)</jdk>
173173
</activation>
174174
<build>
175175
<plugins>

0 commit comments

Comments
 (0)