Skip to content

Commit

Permalink
upgrade checkstyle to fix site generation (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Nov 25, 2021
1 parent 697c5b7 commit d480376
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -244,6 +244,7 @@
<project.build.outputTimestamp>2021-11-25T10:17:48Z</project.build.outputTimestamp>
<scmpublish.content>${project.reporting.outputDirectory}</scmpublish.content><!-- mono-module doesn't require site:stage for scm-publish -->
<junit5.version>5.8.1</junit5.version>
<checkstyle.version>8.42</checkstyle.version>
</properties>

<repositories>
Expand Down Expand Up @@ -319,6 +320,11 @@
<artifactId>maven-shared-resources</artifactId>
<version>4</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>${checkstyle.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
Expand Down

0 comments on commit d480376

Please sign in to comment.