We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58de633 commit eeb077dCopy full SHA for eeb077d
1 file changed
pom.xml
@@ -165,11 +165,11 @@
165
<skip.unit.tests>${skipTests}</skip.unit.tests>
166
</properties>
167
</profile>
168
- <!-- Checkstyle 10+ requires Java 11+ -->
+ <!-- Checkstyle 11+ requires Java 17+ -->
169
<profile>
170
- <id>checkstyle-jdk11+</id>
+ <id>checkstyle-jdk17+</id>
171
<activation>
172
- <jdk>(,11)</jdk>
+ <jdk>(,17)</jdk>
173
</activation>
174
<build>
175
<plugins>
0 commit comments