Skip to content

Commit 19cf86c

Browse files
author
Vincent Potucek
committed
Pull #2300: Modernize codebase - Automatically fix Checkstyle violations
1 parent 70ee199 commit 19cf86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ under the License.</licenseText>
821821
<artifactId>maven-checkstyle-plugin</artifactId>
822822
<version>3.6.0</version>
823823
<configuration>
824-
<configLocation>checkstyle.xml</configLocation>
824+
<configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml</configLocation>
825825
</configuration>
826826
</plugin>
827827
<plugin>

0 commit comments

Comments
 (0)