Skip to content

Commit

Permalink
fix path for checkstyle file
Browse files Browse the repository at this point in the history
Signed-off-by: jk KPADEY <[email protected]>
  • Loading branch information
mivek committed May 31, 2020
1 parent 47fd4bb commit 4b53aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<version>3.1.1</version>
<configuration>
<excludes>*Test.java</excludes>
<configLocation>checkstyle.xml</configLocation>
<configLocation>/checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
Expand Down

0 comments on commit 4b53aa0

Please sign in to comment.