Skip to content

Commit

Permalink
Enable checkstyle for Java 11 (#154)
Browse files Browse the repository at this point in the history
Java 11 has been required since the plugin first required Jenkins 2.361
or later.  If we're going to use checkstyle, let's use the most recent
checkstyle release.
  • Loading branch information
MarkEWaite authored Jan 5, 2025
1 parent 3726a04 commit 25d7048
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.6.0</version>
<!-- enable this when the plugin requires Java 11 -->
<!--
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.3.3</version>
<version>10.21.1</version>
</dependency>
</dependencies>
-->
<executions>
<execution>
<id>checkstyle</id>
Expand Down

0 comments on commit 25d7048

Please sign in to comment.