Skip to content

Commit b453697

Browse files
committed
try to fix checkstyle
1 parent 9081c21 commit b453697

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
@@ -140,7 +140,7 @@
140140
<artifactId>maven-checkstyle-plugin</artifactId>
141141
<version>2.17</version>
142142
<configuration>
143-
<configLocation>core/files/checkstyle.xml</configLocation>
143+
<configLocation>${user.dir}/core/files/checkstyle.xml</configLocation>
144144
<failsOnError>true</failsOnError>
145145
<consoleOutput>true</consoleOutput>
146146
<linkXRef>false</linkXRef>

0 commit comments

Comments
 (0)