File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 325325 <artifactId >maven-source-plugin</artifactId >
326326 </plugin >
327327
328- <plugin >
329- <groupId >org.apache.maven.plugins</groupId >
330- <artifactId >maven-checkstyle-plugin</artifactId >
331- </plugin >
332-
333328 <plugin >
334329 <groupId >org.apache.maven.plugins</groupId >
335330 <artifactId >maven-site-plugin</artifactId >
761756 </reporting >
762757
763758 <profiles >
759+ <profile >
760+ <id >checkstyle-activation</id >
761+ <activation >
762+ <jdk >[11,)</jdk >
763+ </activation >
764+ <build >
765+ <plugins >
766+ <plugin >
767+ <groupId >org.apache.maven.plugins</groupId >
768+ <artifactId >maven-checkstyle-plugin</artifactId >
769+ </plugin >
770+ </plugins >
771+ </build >
772+ </profile >
764773 <profile >
765774 <id >apache-release</id >
766775 <build >
You can’t perform that action at this time.
0 commit comments