Skip to content

Commit

Permalink
Update Checkstyle plugin and library
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Oct 5, 2015
1 parent 0ddf766 commit 6dff7ce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.15</version>
<version>2.16</version>
<executions>
<execution>
<phase>validate</phase>
Expand All @@ -880,14 +880,10 @@
</execution>
</executions>
<dependencies>
<!-- The version of checkstyle the plugin depends on doesn't support Java 8,
so override it manually until a new version of the plugin is released.
This is copied verbatim from the dependency declaration in the checkstyle
plugin -->
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>6.6</version>
<version>6.11.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 6dff7ce

Please sign in to comment.