Skip to content

Commit

Permalink
Move the checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwakaba committed Nov 27, 2024
1 parent c021cad commit d2aa6f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion k2hash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<version>${maven-checkstyle-plugin.version}</version>
<!--Note - the version would be inherited-->
<configuration>
<configLocation>${project.parent.basedir}/${checkstyle.configLocation}</configLocation>
<configLocation>${checkstyle.configLocation}</configLocation>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit d2aa6f0

Please sign in to comment.