Skip to content

Commit f662105

Browse files
committed
fix:code check root pom
1 parent efde849 commit f662105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
<configuration>
244244
<!-- java编码规范的配置文件 -->
245245
<!--suppress UnresolvedMavenProperty -->
246-
<configLocation>../checkstyle/code-check-checkstyle.xml</configLocation>
246+
<configLocation>${maven.multiModuleProjectDirectory}/checkstyle/code-check-checkstyle.xml</configLocation>
247247
<!-- 检查失败时构建失败(阻止CI通过) -->
248248
<failOnViolation>true</failOnViolation>
249249
<violationSeverity>warning</violationSeverity>

0 commit comments

Comments
 (0)