Skip to content

Commit

Permalink
add checkstyle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
amakwana committed Apr 14, 2020
1 parent 8e6d7c8 commit 3fe8ef5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elide-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 3fe8ef5

Please sign in to comment.